config fix

This commit is contained in:
Mark 2004-09-28 22:05:51 +00:00
parent 173bdd3f18
commit a9cf95810a

3
opsb.c
View file

@ -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;