From 0bd41861bb695824f2070ad7dbe3ed08d6c27e0a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 3 Mar 2010 10:25:41 +1100 Subject: [PATCH] - otto@cvs.openbsd.org 2010/03/01 11:07:06 [ssh-add.c] zap what seems to be a left-over debug message; ok markus@ --- ChangeLog | 3 +++ ssh-add.c | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aad1cd29b..a00b680f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ - jmc@cvs.openbsd.org 2010/02/26 22:09:28 [ssh-keygen.1 ssh.1 sshd.8] tweak previous; + - otto@cvs.openbsd.org 2010/03/01 11:07:06 + [ssh-add.c] + zap what seems to be a left-over debug message; ok markus@ 20100302 - (tim) [config.guess config.sub] Bug 1722: Update to latest versions from diff --git a/ssh-add.c b/ssh-add.c index a7963223a..ad9f7a83e 100644 --- a/ssh-add.c +++ b/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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -223,8 +223,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);