Fix prev commit

This commit is contained in:
Howard Chu 2011-02-24 13:22:57 +00:00
parent 24eb35f9b7
commit eeb7603de6

View File

@ -1003,6 +1003,7 @@ log_cf_gen(ConfigArgs *c)
"%s: %s\n", c->log, c->cr_msg, 0 );
rc = ARG_BAD_CONF;
}
} else {
snprintf( c->cr_msg, sizeof( c->cr_msg ), "%s invalid ops: %s",
c->argv[0], c->argv[1] );
Debug( LDAP_DEBUG_CONFIG|LDAP_DEBUG_NONE,