misc/debug: Use SCConfDump

The API entrypoint for ConfDump has changed so update the #ifdef'd
code to use it.
pull/13541/head
Jeff Lucovsky 1 year ago committed by Victor Julien
parent f471de51b8
commit c7a642c7c2

@ -2707,7 +2707,7 @@ void DetectEngineCtxFree(DetectEngineCtx *de_ctx)
SCConfNodeRemove(node); /* frees node */
}
#if 0
ConfDump();
SCConfDump();
#endif
}
@ -4820,7 +4820,7 @@ int DetectEngineReload(const SCInstance *suri)
}
#if 0
ConfDump();
SCConfDump();
#endif
}

Loading…
Cancel
Save