krb_udp.c warning fix
authorMarc Dionne <marc.c.dionne@gmail.com>
Tue, 10 Nov 2009 23:36:55 +0000 (18:36 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 11 Nov 2009 15:30:29 +0000 (07:30 -0800)
commitd616d1ee99794525aa2d778d11552c1986007ebb
tree8be88c981b40df198bee6c9ad7a2378904af3df9
parentc4dfacc9341cd47805de5cd2d2de151199344a67
krb_udp.c warning fix

This file generates a warning because the left side of a variable
assignment is commented out.  Keep the effect of the line
(incrementing packet) but remove the unused casting and
reference, and remove the comments that date from the original
IBM source.
Leave a new comment in place in case the information is useful.

Adjust the Makefile and README.WARNINGS to account for the change.

Change-Id: I944e1c488e39411d32d700cba2d3ef567eddddb4
Reviewed-on: http://gerrit.openafs.org/804
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/kauth/Makefile.in
src/kauth/krb_udp.c