summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:10:00 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:10:00 +0100
commitbedc903ae0452934559b4b8aea86a1effb5ba6dc (patch)
treeaacb26b6823984ef4772d7126087edb55d0f6989 /tools
parent0a5b731f2f18168795bcdefd9b6fa562dce6a0d5 (diff)
parente4542eb926c9fd757dc8f40f4fe6cb843b8b2650 (diff)
downloadrsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.tar.gz
rsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.tar.xz
rsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.zip
Merge branch 'v3-stable' into v4-stable
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 5f6b480f..5938cbbe 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -3855,10 +3855,10 @@ int realMain(int argc, char **argv)
fprintf(stderr, "error -p is no longer supported, use module imuxsock instead");
}
case 'q': /* add hostname if DNS resolving has failed */
- *net.pACLAddHostnameOnFail = 1;
+ net.pACLAddHostnameOnFail = 1;
break;
case 'Q': /* dont resolve hostnames in ACL to IPs */
- *net.pACLDontResolve = 1;
+ net.pACLDontResolve = 1;
break;
case 'r': /* accept remote messages */
if(iCompatibilityMode < 3) {