mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* keylist.c (list_cert_colon): Print alternative names of subject
and a few other values.
This commit is contained in:
parent
0cc8790425
commit
595c2cbd87
@ -950,6 +950,12 @@ main ( int argc, char **argv)
|
||||
switch (cmd)
|
||||
{
|
||||
case aServer:
|
||||
#if 0
|
||||
log_debug ("waiting for debugger my pid is %u .....\n",
|
||||
(unsigned int)getpid());
|
||||
sleep (5);
|
||||
log_debug ("... okay\n");
|
||||
#endif
|
||||
gpgsm_server ();
|
||||
break;
|
||||
|
||||
|
@ -422,13 +422,11 @@ gpgsm_server (void)
|
||||
ctrl.server_local->assuan_ctx = ctx;
|
||||
ctrl.server_local->message_fd = -1;
|
||||
|
||||
log_info ("Assuan started\n");
|
||||
for (;;)
|
||||
{
|
||||
rc = assuan_accept (ctx);
|
||||
if (rc == -1)
|
||||
{
|
||||
log_info ("Assuan terminated\n");
|
||||
break;
|
||||
}
|
||||
else if (rc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user