OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3434-gf67e4a3

Gerrit Code Review gerrit@openafs.org
Fri, 22 Feb 2013 13:04:31 -0800 (PST)


The following commit has been merged in the master branch:
commit f67e4a3cdfb1856e31dda0d4741c8d34df13f8fc
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
    
    Change-Id: I420647e9cfd119cf1a26456a91d595b8154ddd85
    Reviewed-on: http://gerrit.openafs.org/9198
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 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