mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix dumb var initialization
This commit is contained in:
parent
4c92090e87
commit
64156a68b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1313,7 +1313,7 @@ ldap_chain_db_config(
|
|||
/* Something for the chain database? */
|
||||
if ( strncasecmp( argv[ 0 ], "chain-", STRLENOF( "chain-" ) ) == 0 ) {
|
||||
char *save_argv0 = argv[ 0 ];
|
||||
BackendInfo *bd_info = bd_info;
|
||||
BackendInfo *bd_info = be->bd_info;
|
||||
void *be_private = be->be_private;
|
||||
ConfigOCs *be_cf_ocs = be->be_cf_ocs;
|
||||
int is_uri = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue