/[monit]/monit/protocols/ntp3.c
ViewVC logotype

Diff of /monit/protocols/ntp3.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by martinp, Fri Jan 28 18:07:34 2005 UTC revision 1.3 by martinp, Fri Jan 28 20:35:03 2005 UTC
# Line 100  int check_ntp3(Socket_T s) Line 100  int check_ntp3(Socket_T s)
100    if( ntpResponse[0] !=    if( ntpResponse[0] !=
101          (          (
102            (NTP_LEAP_NOWARN << 6)            (NTP_LEAP_NOWARN << 6)
103            &            |
104            (NTP_VERSION << 3)            (NTP_VERSION << 3)
105            &            |
106            (NTP_MODE_SERVER)            (NTP_MODE_SERVER)
107          )          )
108      )      )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26