1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpgsm.c (main): New option --debug-wait n, so that it is

possible to attach gdb when used in server mode.
This commit is contained in:
Werner Koch 2001-12-14 15:40:20 +00:00
parent 61ba223221
commit b47b62b5f5
3 changed files with 23 additions and 17 deletions

View file

@ -187,14 +187,6 @@ start_agent (void)
}
log_debug ("connection to agent established\n");
if (DBG_AGENT)
{
log_debug ("waiting for debugger [hit RETURN when ready] .....\n");
getchar ();
log_debug ("... okay\n");
}
return 0;
}