]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-4.2.4p0-retcode.patch
- fixed Group
[packages/ntp.git] / ntp-4.2.4p0-retcode.patch
1 https://ntp.isc.org/bugs/show_bug.cgi?id=759
2
3 --- ntp-4.2.4p0/ntpd/ntp_proto.c.retcode        2006-12-28 13:03:32.000000000 +0100
4 +++ ntp-4.2.4p0/ntpd/ntp_proto.c        2007-05-22 15:20:07.000000000 +0200
5 @@ -303,7 +303,7 @@
6                                 if (peer_ntpdate == 0) {
7                                         msyslog(LOG_NOTICE,
8                                             "no reply; clock not set");
9 -                                       exit (0);
10 +                                       exit (1);
11                                 }
12                         }
13                 }
This page took 0.039496 seconds and 3 git commands to generate.