Files
main/server/ntp/files/fedora/ntp-4.2.6p1-retcode.patch
T
2016-01-01 17:28:30 +01:00

13 lines
391 B
Diff

diff -up ntp-4.2.6p1/ntpd/ntp_proto.c.retcode ntp-4.2.6p1/ntpd/ntp_proto.c
--- ntp-4.2.6p1/ntpd/ntp_proto.c.retcode 2009-12-09 08:36:36.000000000 +0100
+++ ntp-4.2.6p1/ntpd/ntp_proto.c 2010-03-03 16:06:00.000000000 +0100
@@ -269,7 +269,7 @@ transmit(
"ntpd: no servers found");
printf(
"ntpd: no servers found\n");
- exit (0);
+ exit (1);
}
}
}