OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-6-g9a2741d

Gerrit Code Review gerrit@openafs.org
Fri, 12 Feb 2010 16:48:29 -0800 (PST)


The following commit has been merged in the master branch:
commit 9a2741d001d89e7e828b547a05e9d89cd59733b0
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Feb 12 19:23:52 2010 -0500

    Initialize variable that can potentially be used uninitialized
    
    Some compiler versions complain that "code" might be used uninitialized
    here.  If opening the configuration files fails, conf would be null
    and the condition would indeed test an uninitialized variable.
    
    Change-Id: I1d4da49a5afc94ac6617201110be84a0e5548f38
    Reviewed-on: http://gerrit.openafs.org/1306
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

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

-- 
OpenAFS Master Repository