diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 17:10:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 17:10:52 +0200 |
commit | 2a6b13ae0d11244648f3705dc20cc90aa83b9a3d (patch) | |
tree | 66b2ee7c2e855e959a958e45af4d9d438f9c77b2 /syslogd.c | |
parent | 830be9525052f89aa5b436883083f0df047842bc (diff) | |
download | rsyslog-2a6b13ae0d11244648f3705dc20cc90aa83b9a3d.tar.gz rsyslog-2a6b13ae0d11244648f3705dc20cc90aa83b9a3d.tar.xz rsyslog-2a6b13ae0d11244648f3705dc20cc90aa83b9a3d.zip |
bugfix: some legacy options not correctly interpreted - thanks to
varmojfekoj for the patch
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3023,7 +3023,7 @@ int realMain(int argc, char **argv) /* END core initializations */ - while ((ch = getopt(argc, argv, "46Ac:dehi:f:g:l:m:M:nqQr::s:t:u:vwx")) != EOF) { + while ((ch = getopt(argc, argv, "46aAc:def:g:hi:l:m:M:nopqQr::s:t:u:vwx")) != EOF) { switch((char)ch) { case '4': family = PF_INET; |