diff options
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r-- | sysklogd/syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 24c721f8e..43e83b191 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -164,7 +164,6 @@ static void domark(int sig) | |||
164 | { | 164 | { |
165 | if (MarkInterval > 0) { | 165 | if (MarkInterval > 0) { |
166 | logMessage(LOG_SYSLOG|LOG_INFO, "-- MARK --"); | 166 | logMessage(LOG_SYSLOG|LOG_INFO, "-- MARK --"); |
167 | signal(SIGALRM, domark); | ||
168 | alarm(MarkInterval); | 167 | alarm(MarkInterval); |
169 | } | 168 | } |
170 | } | 169 | } |