OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-75-g375fdd4

Gerrit Code Review gerrit@openafs.org
Sun, 28 Feb 2010 11:22:31 -0800 (PST)


The following commit has been merged in the master branch:
commit 375fdd4f866398a9d931408d0c40e6e782e291e1
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Feb 28 11:08:11 2010 -0500

    Don't pass NULL to strcmp
    
    A recent gcc update gives me a series of warnings from the NULL
    argument to strcmp.  We should be passing an empty string instead
    of a NULL pointer.
    
    I suspect this was unintentional from a search/replace operation
    in commit 8229e668.
    
    Change-Id: I9677d80d32e5bd54ca1b560788a430c8cf40dae9
    Reviewed-on: http://gerrit.openafs.org/1489
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/bucoord/commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository