linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / networking / ntopng / 0001-Undo-weird-modification-of-data_dir.patch
blobd794efeac08aef7282b13c5f213cb3592a714975
1 diff --git a/src/Prefs.cpp b/src/Prefs.cpp
2 index 76385c4..db8d20d 100755
3 --- a/src/Prefs.cpp
4 +++ b/src/Prefs.cpp
5 @@ -795,7 +795,6 @@ int Prefs::checkOptions() {
6 ntop->getTrace()->traceEvent(TRACE_ERROR, "Unable to create log %s", path);
9 - free(data_dir); data_dir = strdup(ntop->get_install_dir());
10 docs_dir = ntop->getValidPath(docs_dir);
11 scripts_dir = ntop->getValidPath(scripts_dir);
12 callbacks_dir = ntop->getValidPath(callbacks_dir);