config fix

This commit is contained in:
Mark 2004-09-28 22:25:34 +00:00
parent c6a9ce79af
commit 781d7edae9

3
opsb.c
View file

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