Skip to content
Snippets Groups Projects
Commit 508248c7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Make -d levels additive

parent e4f6d548
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment