]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Tue, 12 Sep 2000 19:35:19 +0000 (19:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 12 Sep 2000 19:35:19 +0000 (19:35 +0000)
servers/slapd/config.c

index 3e6540c20138c6785fb5311e0c445c215f059a74..6a2a9984214927c7c3b1ff21ba28cb4eb2db19e9 100644 (file)
@@ -206,7 +206,7 @@ read_config( const char *fname )
 
                        if( dn_normalize( default_search_nbase ) == NULL ) {
                                Debug( LDAP_DEBUG_ANY, "%s: line %d: "
-                                       "invalid default search base \"%s\"\n"
+                                       "invalid default search base \"%s\"\n",
                                        fname, lineno, default_search_base );
                                return 1;
                        }