The following commit has been merged in the master branch:
commit 97b69af9255d2aca0f858588cc957c05690e387e
Author: Andrew Deason <[email protected]>
Date:   Tue Mar 9 11:43:42 2010 -0600

    vldb_check: do not ntohl u_chars
    
    vldb_check was ntohl'ing fields like serverNumber when reading in a VL
    entry. Since this is a u_char, ntohl'ing will just always result in 0,
    not the actual value. Remove the ntohls so we read in VL data correctly.
    
    FIXES 126661
    
    Change-Id: If5117e1750d6dacd9bbe18bc936e0a1ba3d44340
    Reviewed-on: http://gerrit.openafs.org/1548
    Tested-by: Andrew Deason <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/vlserver/vldb_check.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

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

Reply via email to