SNMP frontend
Fixed table/scalar collision issue Made the CS variable change said to be in previous commit
This commit is contained in:
parent
214b7cc0c7
commit
4e0d9dd987
4 changed files with 111 additions and 58 deletions
|
|
@ -394,11 +394,6 @@ main(int argc,
|
|||
if (clicon_nsctx_global_set(h, nsctx_global) < 0)
|
||||
goto done;
|
||||
|
||||
#if 0
|
||||
/* Call start function is all plugins before we go interactive */
|
||||
if (clixon_plugin_start_all(h) < 0)
|
||||
goto done;
|
||||
#endif
|
||||
/* Get session id from backend hello */
|
||||
clicon_session_id_set(h, getpid());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue