OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-48-gd616d1e

Gerrit Code Review gerrit@openafs.org
Wed, 11 Nov 2009 07:30:53 -0800 (PST)


The following commit has been merged in the master branch:
commit d616d1ee99794525aa2d778d11552c1986007ebb
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Tue Nov 10 18:36:55 2009 -0500

    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       |    1 -
 src/kauth/Makefile.in |    2 +-
 src/kauth/krb_udp.c   |    4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository