From: Harlan Stenn Date: Fri, 21 Jan 2011 06:36:18 +0000 (-0500) Subject: [Bug 1786] Remove extra semicolon from ntp_proto.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e332243103f74ae93b125d3a215dd963045ffbe;p=thirdparty%2Fntp.git [Bug 1786] Remove extra semicolon from ntp_proto.c bk: 4d3929624rrThOsA05hUG5Z4AZ8rDw --- diff --git a/ChangeLog b/ChangeLog index 49bcc9d247..7d8dfd1e08 100644 --- 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 * Change new timeval and timespec to string routines to use snprintf() rather than hand-crafted conversion, avoid signed int overflow there. diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index f924900519..d5895b865e 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -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 */