config fix
This commit is contained in:
parent
173bdd3f18
commit
a9cf95810a
1 changed files with 3 additions and 0 deletions
3
opsb.c
3
opsb.c
|
@ -305,6 +305,9 @@ int opsb_cmd_ports (CmdParams* cmdparams)
|
|||
|
||||
int do_set_cb (CmdParams* cmdparams, SET_REASON reason)
|
||||
{
|
||||
if (reason == SET_LOAD) {
|
||||
return NS_SUCCESS;
|
||||
}
|
||||
DBAStoreConfigInt ("Confed", 1);
|
||||
del_timer("unconf");
|
||||
return NS_SUCCESS;
|
||||
|
|
Reference in a new issue