OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1481-g4e42d6f

Gerrit Code Review gerrit@openafs.org
Thu, 4 Aug 2011 19:01:30 -0700 (PDT)


The following commit has been merged in the master branch:
commit 4e42d6fd18097d0c8d2e4b455d3c540743d7dbda
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Aug 4 17:21:59 2011 -0400

    Windows: fix condition calls to osi_Log
    
    The osi_Log macro is if(foo) osi_AddLog()
    
    If osi_Log macros will be conditionally called, the conditonal
    needs to have bracing.
    
    Change-Id: I59de78a5b7b35cc822a648a51cd63a14037c1ca5
    Reviewed-on: http://gerrit.openafs.org/5160
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_daemon.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository