summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-10 22:00:31 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-10 22:00:31 +0100
commit762fc375f6316407c7d3489d53de336146fc1960 (patch)
treed733fe0b98d06c9b4c85d69f9041c77a790b0bdc /eurephiadm
parent2cc111b1685577a2b5e00c223fcd69b6c4b4a923 (diff)
downloadeurephia-762fc375f6316407c7d3489d53de336146fc1960.tar.gz
eurephia-762fc375f6316407c7d3489d53de336146fc1960.tar.xz
eurephia-762fc375f6316407c7d3489d53de336146fc1960.zip
users command: fixed display when more certificates are listed
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/commands/users.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index b490edc..92c7610 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -282,6 +282,9 @@ int show_user(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int
printf(" %3i (%1i) %-35.35s %33.33s\n %-49.49s %19.19s\n",
crt->certid, crt->depth, crt->common_name, crt->organisation,
crt->email, crt->registered);
+ if( crt->next != NULL ) {
+ printf("\n");
+ }
}
printf("---------------------------------------------------------------------"
"----------\n");