]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- otto@cvs.openbsd.org 2010/03/01 11:07:06
authorDamien Miller <djm@mindrot.org>
Tue, 2 Mar 2010 23:25:41 +0000 (10:25 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 2 Mar 2010 23:25:41 +0000 (10:25 +1100)
     [ssh-add.c]
     zap what seems to be a left-over debug message; ok markus@

ChangeLog
ssh-add.c

index aad1cd29badc25bf98d8aca9981eaeacf8828feb..a00b680f026f24b637430097fba78992933ff5c0 100644 (file)
--- 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
index a7963223ae0ac507ba5dded6a8402e1b93b3294b..ad9f7a83e405ce7c7a015b03ad69dec22baa354b 100644 (file)
--- 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 <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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);