The following commit has been merged in the master branch:
commit 375fdd4f866398a9d931408d0c40e6e782e291e1
Author: Marc Dionne <[email protected]>
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 <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to