mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Cleanup
This commit is contained in:
parent
27b197c36d
commit
06c96f6cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -1799,7 +1799,7 @@ pc_cf_gen( ConfigArgs *c )
|
|||
Debug( LDAP_DEBUG_ANY, "%s: %s\n", c->log, c->msg, 0 );
|
||||
return( 1 );
|
||||
}
|
||||
if ( ! backend_db_init( c->argv[1], &cm->db )) {
|
||||
if ( !backend_db_init( c->argv[1], &cm->db )) {
|
||||
sprintf( c->msg, "unknown backend type" );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: %s\n", c->log, c->msg, 0 );
|
||||
return( 1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue