Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 09:43:03 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssh/dist: ldapauth.c

Log Message:
undo junk committed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssh/dist/ldapauth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/dist/ldapauth.c
diff -u src/crypto/external/bsd/openssh/dist/ldapauth.c:1.2 src/crypto/external/bsd/openssh/dist/ldapauth.c:1.3
--- src/crypto/external/bsd/openssh/dist/ldapauth.c:1.2	Tue Aug 16 05:42:21 2011
+++ src/crypto/external/bsd/openssh/dist/ldapauth.c	Tue Aug 16 05:43:03 2011
@@ -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, 

Reply via email to