summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/syslogd.c b/syslogd.c
index e772e13d..294187d9 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -3669,13 +3669,6 @@ int realMain(int argc, char **argv)
break;
case 'r': /* accept remote messages */
#ifdef SYSLOG_INET
-#if 0
- AcceptRemote = 1;
- if(optarg == NULL)
- LogPort = "0";
- else
- LogPort = optarg;
-#else
if(iCompatibilityMode < 3) {
uchar line[30];
@@ -3686,7 +3679,6 @@ int realMain(int argc, char **argv)
} else
fprintf(stderr,
"-r option only supported in compatibility modes 0 to 2 - ignored\n");
-#endif
#else
fprintf(stderr, "rsyslogd: -r not valid - not compiled with network support\n");
#endif