]> git.sur5r.net Git - openldap/commitdiff
remove unused arg from fprintf (ITS#2516)
authorPierangelo Masarati <ando@openldap.org>
Thu, 15 May 2003 12:18:04 +0000 (12:18 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 15 May 2003 12:18:04 +0000 (12:18 +0000)
servers/slapd/back-meta/config.c

index 664cbd5199d1a5a8a482b9e56d34e45e3305f7c0..f404141cd6c41b3cc4c2ceadca36b1aa20c992bc 100644 (file)
@@ -197,8 +197,9 @@ meta_back_db_config(
                for ( tmpludp = ludp->lud_next; tmpludp; tmpludp = tmpludp->lud_next ) {
                        if ( tmpludp->lud_dn != NULL && tmpludp->lud_dn[ 0 ] != '\0' ) {
                                fprintf( stderr, "%s: line %d: "
-                                               "multiple URIs must have no DN part\n",
-                                       fname, lineno, argv[ 1 ] );
+                                               "multiple URIs must have "
+                                               "no DN part\n",
+                                       fname, lineno );
                                return( 1 );
 
                        }