summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-03-01 11:07:07 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-03-01 11:07:07 +0000
commit8b755800c9c35002653fa3772721ff147dc2affb (patch)
treefb94010a0eb791de9e200a45581a46439a4fc78a /usr.bin
parent02e244e06fe9e94734bcf6e43cf79197eaccb81e (diff)
zap what seems to be a left-over debug message; ok markus@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh-add.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c
index fe9a6ce3a9d..929d6f66828 100644
--- a/usr.bin/ssh/ssh-add.c
+++ b/usr.bin/ssh/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.93 2010/02/26 20:29:54 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.94 2010/03/01 11:07:06 otto Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -219,8 +219,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
error("Certificate %s (%s) add failed", certpath,
private->cert->key_id);
}
- } else
- fprintf(stderr, "Unable to load certificate %s", certpath);
+ }
xfree(certpath);
xfree(comment);