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

* 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

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