OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3752-g5ea6e66

Gerrit Code Review gerrit@openafs.org
Tue, 7 May 2013 17:44:49 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5ea6e66433826c9745e4a211bd2801995e35fa5e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue May 7 18:36:16 2013 -0400

    Windows: RDR_Initialize must cleanup threads on failure
    
    If RDR_Initialize() fails after instantiating the worker thread
    pool it must call RDR_ShutdownFinal() to destroy the pool before
    exiting.  Otherwise, the threads will spin endlessly as each
    DeviceIoControl call to the redirector fails.
    
    Change-Id: I347a509703a44c6b8ca25a084ea10dc0df801eb9
    Reviewed-on: http://gerrit.openafs.org/9860
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/user/RDRInit.cpp |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository