mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
don't force debug to 65535
This commit is contained in:
parent
023e18fb4a
commit
a1c9d88e49
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ int main( int argc, char **argv )
|
|||
{
|
||||
int *i;
|
||||
char *newConfigFile;
|
||||
ldap_debug = 0xffff;
|
||||
if ( is_NT_Service ) CommenceStartupProcessing( NTservice, slap_set_shutdown );
|
||||
i = (int*)getRegParam( NULL, "Port" );
|
||||
if ( i != NULL )
|
||||
|
|
|
|||
Loading…
Reference in a new issue