summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
commit5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch)
tree7595267f0f9cb746a0955a41bcb5e872c632e68b /ssh-keygen.c
parent2ab1968da288e0b32f639d5e7d79ab0b61d42bc3 (diff)
unexpand
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 250e53e14..5d26200e5 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -416,7 +416,7 @@ do_upload(struct passwd *pw, const char *sc_reader_id)
416 key_free(prv); 416 key_free(prv);
417 if (ret < 0) 417 if (ret < 0)
418 exit(1); 418 exit(1);
419 log("loading key done"); 419 log("loading key done");
420 exit(0); 420 exit(0);
421} 421}
422 422