OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-873-gc78694f

Gerrit Code Review gerrit@openafs.org
Mon, 14 Mar 2011 11:27:34 -0700 (PDT)


The following commit has been merged in the master branch:
commit a1a3ac4024b53ae513b782db0dc968a34707874b
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Mar 13 16:54:34 2011 +0000

    auth: Refactor CellServDB path creation
    
    Move all of the duplicated code that does CellServDB path creation
    into a common function. Use asprintf(), rather than strcompose in
    this function so we're using fewer fixed length buffers.
    
    Change-Id: I47ce92b97674bb09b5804ff5631fa47a21800902
    Reviewed-on: http://gerrit.openafs.org/4214
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/cellconfig.c |  135 +++++++++++++++++-------------------------------
 1 files changed, 48 insertions(+), 87 deletions(-)

-- 
OpenAFS Master Repository