chiark / gitweb /
service: drop redundant check in sysv_translate_facility
[elogind.git] / src / kmsg-syslogd.c
index a2715ae0fa1b960ae68f2b7702bfc41180ddd48a..e23c9d38626d5ce1f885a60af72c017840e6b277 100644 (file)
@@ -39,7 +39,7 @@
 #include "fdset.h"
 
 #define SERVER_FD_MAX 16
-#define TIMEOUT ((int) (5*MSEC_PER_MINUTE))
+#define TIMEOUT ((int) (5*60*MSEC_PER_SEC))
 
 typedef struct Stream Stream;