mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Make -d levels additive
This commit is contained in:
parent
e4f6d54877
commit
508248c784
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ slap_tool_init(
|
|||
base = strdup( optarg );
|
||||
|
||||
case 'd': /* turn on debugging */
|
||||
ldap_debug = atoi( optarg );
|
||||
ldap_debug += atoi( optarg );
|
||||
break;
|
||||
|
||||
case 'f': /* specify a conf file */
|
||||
|
|
|
|||
Loading…
Reference in a new issue