]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-4.2.4p0-retcode.patch
- allow ntpq -p to work by default from localhost
[packages/ntp.git] / ntp-4.2.4p0-retcode.patch
CommitLineData
6fca7355
ER
1https://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.028396 seconds and 4 git commands to generate.