]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1786] Remove extra semicolon from ntp_proto.c
authorHarlan Stenn <stenn@ntp.org>
Fri, 21 Jan 2011 06:36:18 +0000 (01:36 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 21 Jan 2011 06:36:18 +0000 (01:36 -0500)
bk: 4d3929624rrThOsA05hUG5Z4AZ8rDw

ChangeLog
ntpd/ntp_proto.c

index 49bcc9d24717b9ac3ad074a544457ff0e2b1b947..7d8dfd1e08930f85b497dd24807912f611067a21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 1786] Remove extra semicolon from ntp_proto.c .
 (4.2.7p120) 2011/01/20 Released by Harlan Stenn <stenn@ntp.org>
 * Change new timeval and timespec to string routines to use snprintf()
   rather than hand-crafted conversion, avoid signed int overflow there.
index f9249005190e0f477914ce97f48a67b505634a56..d5895b865ee24f528c1295dbc063f6d5ac6935ff 100644 (file)
@@ -358,7 +358,7 @@ receive(
        l_fp    p_xmt;                  /* transmit timestamp */
 #ifdef AUTOKEY
        char    hostname[NTP_MAXSTRLEN + 1];
-       char    *groupname = NULL;;
+       char    *groupname = NULL;
        struct autokey *ap;             /* autokey structure pointer */
        int     rval;                   /* cookie snatcher */
        keyid_t pkeyid = 0, tkeyid = 0; /* key IDs */