OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-53-gcc7938e

Gerrit Code Review gerrit@openafs.org
Fri, 11 Sep 2009 08:02:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit cc7938e8ff2a56575122066a8750e881c4d280b0
Author: Felix Frank <Felix.Frank@Desy.de>
Date:   Mon Jul 13 09:07:17 2009 +0200

    Added guard against missing call and moved alength assignment in fetchInit.
    
    The returned value of rx_NewCall is important of course and must be taken
    into account before trying to start RPCs. Do assign the length output
    variable ASAP.
    Also fixes an overlong line and the type of the pos local var to unsigned.
    
    More style fixes:
    * Moved length64 to use proper scope, initialized code.
    * Generally make more tidy
    
    Reviewed-on: http://gerrit.openafs.org/128
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_fetchstore.c |  131 +++++++++++++++++++++++----------------------
 1 files changed, 67 insertions(+), 64 deletions(-)

-- 
OpenAFS Master Repository