mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
Remove debugging leftover
This commit is contained in:
parent
5009194a29
commit
188030d5b7
1 changed files with 0 additions and 1 deletions
|
|
@ -637,7 +637,6 @@ load_config( char *filespec )
|
|||
}
|
||||
|
||||
while ( ( line = get_config_line( cf,&lineno ) ) ) {
|
||||
fprintf( stderr, "Read line %d:%s\n", lineno, line );
|
||||
p = strpbrk( line, " \t" );
|
||||
if ( !p ) {
|
||||
syslog( LOG_ALERT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue