OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3731-ga716506

Gerrit Code Review gerrit@openafs.org
Fri, 26 Apr 2013 06:25:51 -0700 (PDT)


The following commit has been merged in the master branch:
commit a7165067d79814bacabd55e9bab66c6a3ae45b76
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Apr 24 23:30:53 2013 -0400

    Windows: pSrcObject instead of pSrcFcb->ObjectInformation
    
    In AFSSetFileLinkInfo and AFSSetRenameInfo consistently use the
    variable pSrcObject instead of pSrcFcb->ObjectInformation.  pSrcObject
    is a local alias.  Mixing both forms in the same function is confusing.
    
    Change-Id: I6b078d783389eb57ed5d36cbc463018e6199e17d
    Reviewed-on: http://gerrit.openafs.org/9810
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository