The following commit has been merged in the master branch:
commit 6e4f8e55282963a5b2e28c4d90f7a32f5ceb37b0
Author: Marcio Barbosa <[email protected]>
Date:   Thu Dec 24 17:23:23 2015 -0300

    viced: do not overwrite possible failure
    
    The function ‘hpr_Initialize’ overwrites the code
    returned by ‘ubik_ClientInit’. As a result, ‘hpr_Initialize’
    will not report any failure triggered by ‘ubik_ClientInit’.
    
    To fix this problem, store the code returned by ‘rxs_Release’
    in a new variable. Only return this code if the function
    ‘ubik_ClientInit’ worked properly. Otherwise, return the code
    provided by ‘ubik_ClientInit’.
    
    Change-Id: I1820e3cbc2131daace01cec0464e56fd2982a783
    Reviewed-on: http://gerrit.openafs.org/12137
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/viced/host.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

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

Reply via email to