Make -d levels additive

This commit is contained in:
Kurt Zeilenga 1999-08-17 19:30:40 +00:00
parent e4f6d54877
commit 508248c784

View file

@ -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 */