diff options
Diffstat (limited to 'contrib/ntp/sntp/networking.c')
-rw-r--r-- | contrib/ntp/sntp/networking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/sntp/networking.c b/contrib/ntp/sntp/networking.c index bef7352..ddd45ef 100644 --- a/contrib/ntp/sntp/networking.c +++ b/contrib/ntp/sntp/networking.c @@ -113,7 +113,7 @@ process_pkt ( l_fp sent_xmt; l_fp resp_org; - key_id = 0; + // key_id = 0; pkt_key = NULL; is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1; |