config fix
This commit is contained in:
parent
c6a9ce79af
commit
781d7edae9
1 changed files with 2 additions and 1 deletions
3
opsb.c
3
opsb.c
|
@ -308,7 +308,8 @@ int do_set_cb (CmdParams* cmdparams, SET_REASON reason)
|
|||
if (reason == SET_LOAD) {
|
||||
return NS_SUCCESS;
|
||||
}
|
||||
DBAStoreConfigInt ("Confed", 1);
|
||||
opsb.confed = 1;
|
||||
DBAStoreConfigInt ("Confed", &opsb.confed);
|
||||
del_timer("unconf");
|
||||
return NS_SUCCESS;
|
||||
}
|
||||
|
|
Reference in a new issue