* keylist.c (list_cert_colon): Print alternative names of subject

and a few other values.
This commit is contained in:
Werner Koch 2001-12-14 09:20:42 +00:00
parent 0cc8790425
commit 595c2cbd87
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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)