From: Frank Kardel Date: Tue, 14 Mar 2006 23:09:12 +0000 (+0000) Subject: ntp_proto.c: X-Git-Tag: NTP_4_2_3P2~5^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f0d5ec9f677be6023a8d82b46d60ebc84d227c;p=thirdparty%2Fntp.git ntp_proto.c: peer.{first,last} gone bk: 44174d18vCkuN9niKSfvr2072NGyKQ --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 4c093c7e0..e506114b8 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -1498,9 +1498,6 @@ peer_crypto_clear( EVP_PKEY_free(peer->pkey); peer->pkey = NULL; - memset(&peer->first, 0, sizeof(peer->first)); - memset(&peer->last, 0, sizeof(peer->last)); - peer->digest = NULL; /* XXX MEMLEAK? check whether this needs to be freed in any way - never was freed */ if (peer->subject != NULL)