summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:46:58 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:46:58 +0100
commit8aec830cf5531390b444ab0744d629b5e89e7440 (patch)
tree4ae5870a3e120dc69937c85d7353b99a6e7c2c3c /tools
parent0fd8143d8719d08d9feb0a304bb352dd7c4bbab6 (diff)
parent96790ad40308f031e9dfa218d7e48d4c16154f9e (diff)
downloadrsyslog-8aec830cf5531390b444ab0744d629b5e89e7440.tar.gz
rsyslog-8aec830cf5531390b444ab0744d629b5e89e7440.tar.xz
rsyslog-8aec830cf5531390b444ab0744d629b5e89e7440.zip
Merge branch 'v4-stable' into v4-beta
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 7649d054..374d3307 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -3422,10 +3422,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) {