OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-16-g2d3ae77

Gerrit Code Review gerrit@openafs.org
Wed, 28 Aug 2013 05:47:40 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2d3ae77f9f26f64c88415a2e063e28c2cebeed1c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Feb 19 17:53:11 2013 +0000

    libafscp: Actually return callback from FindCallback
    
    Fix FindCallback so that it actually returns the callback that it
    found. This requires changing the function prototype so that the
    third parameter is passed by reference, and updating the single
    call site.
    
    Caught by clang-analyzer
    
    Reviewed-on: http://gerrit.openafs.org/9198
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit f67e4a3cdfb1856e31dda0d4741c8d34df13f8fc)
    
    Change-Id: Ia610993535acc68beef7e8cffcfac77db2638aa4
    Reviewed-on: http://gerrit.openafs.org/9973
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/libafscp/afscp.h          |    2 +-
 src/libafscp/afscp_callback.c |    6 ++++--
 src/libafscp/afscp_fid.c      |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository