freebsd-ports/net/ntop/files/patch-main.c
Johann Visagie 8c8d8c5dec - Update/rewrite to version 2.0
- Major update of ntop - much of it rewritten
- Take over maintainership for a while

Approved by:	billf (previous maintainer)
2002-01-16 08:41:15 +00:00

11 lines
344 B
C

--- main.c.orig Tue Nov 13 13:44:26 2001
+++ main.c Tue Dec 4 17:00:15 2001
@@ -400,7 +400,7 @@
}
snprintf(accessLogPath, sizeof(accessLogPath), "%s/%s",
- dbPath, DETAIL_ACCESS_LOG_FILE_PATH);
+ accessLogPath, DETAIL_ACCESS_LOG_FILE_PATH);
initLogger(); /* Do not call this function before dbPath
is initialized */