]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct macro wrappers for UDP logger
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Feb 2010 08:36:16 +0000 (21:36 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Feb 2010 08:36:16 +0000 (21:36 +1300)
src/log/ModUdp.h

index 3c7418072d2ab9a38bdd659c863d260316e8f5b1..08b5866ebbf499f32c3af4f07f31ae9dfbb24dd9 100644 (file)
@@ -32,7 +32,7 @@
  *
  */
 #ifndef _SQUID_SRC_LOG_MODUDP_H
-#define _SQUID_SRC_LOG_MODSYSLOG_H
+#define _SQUID_SRC_LOG_MODUDP_H
 
 #include "config.h"
 
@@ -40,4 +40,4 @@ class Logfile;
 
 extern int logfile_mod_udp_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
 
-#endif /* _SQUID_SRC_LOG_MODSYSLOG_H */
+#endif /* _SQUID_SRC_LOG_MODUDP_H */