diff --git a/opsb.c b/opsb.c index 1c695cc..76ecedb 100644 --- a/opsb.c +++ b/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;