Re: [ntpd] Useless variables...

2013-04-27 Thread Marcus Glocker
On Sat, Apr 27, 2013 at 10:30:01PM +0200, Maxime Villard wrote: > Hi, > here is a patch to remove two useless variables in ntpd. Spotted > when recompiling with -Wextra. > > Ok/Comments? Looks like 'auth' has been removed in revision 1.8 and 'len' in revision 1.17 of ntp_msg.c but not removed fr

[ntpd] Useless variables...

2013-04-27 Thread Maxime Villard
Hi, here is a patch to remove two useless variables in ntpd. Spotted when recompiling with -Wextra. Ok/Comments? Index: client.c === RCS file: /cvs/src/usr.sbin/ntpd/client.c,v retrieving revision 1.89 diff -u -p -r1.89 client.c ---