Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist undo junk committed.



details:   https://anonhg.NetBSD.org/src/rev/6db1de82e0fb
branches:  trunk
changeset: 768405:6db1de82e0fb
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 09:43:03 2011 +0000

description:
undo junk committed.

diffstat:

 crypto/external/bsd/openssh/dist/ldapauth.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r d7001fe175dd -r 6db1de82e0fb crypto/external/bsd/openssh/dist/ldapauth.c
--- a/crypto/external/bsd/openssh/dist/ldapauth.c       Tue Aug 16 09:42:21 2011 +0000
+++ b/crypto/external/bsd/openssh/dist/ldapauth.c       Tue Aug 16 09:43:03 2011 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: ldapauth.c,v 1.2 2011/08/16 09:42:21 christos Exp $    */
-/* $Id: ldapauth.c,v 1.2 2011/08/16 09:42:21 christos Exp $
+/*     $NetBSD: ldapauth.c,v 1.3 2011/08/16 09:43:03 christos Exp $    */
+/* $Id: ldapauth.c,v 1.3 2011/08/16 09:43:03 christos Exp $
  */
 
 /*
@@ -23,7 +23,7 @@
  *
  */
 #include "includes.h"
-__RCSID("$NetBSD: ldapauth.c,v 1.2 2011/08/16 09:42:21 christos Exp $");
+__RCSID("$NetBSD: ldapauth.c,v 1.3 2011/08/16 09:43:03 christos Exp $");
 
 #ifdef WITH_LDAP_PUBKEY
 #include <stdarg.h>
@@ -456,7 +456,6 @@
         return FAILURE;
 
     /* build filter for LDAP request */
-/*###459 [cc] error: format not a string literal, argument types not checked%%%*/
     REQUEST_GROUP(filter, l->fgroup, user);
 
     if (ldap_search_st( l->ld, 



Home | Main Index | Thread Index | Old Index