OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1679-ge697147

Gerrit Code Review gerrit@openafs.org
Mon, 19 Sep 2011 08:52:58 -0700 (PDT)


The following commit has been merged in the master branch:
commit e69714739f64475d71633fd4cb3523bc1ae143bb
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Sep 19 11:05:59 2011 -0400

    ntohs ubik header size
    
    The 'size' field in the ubik header is only 16-bits wide, so we should
    be using ntohs to read it, not ntohl. The database checking utilities
    for the prdb and kadb were still using ntohl (vldb was fixed by
    591f9b6de9ab3dc5c17ad41af0241527f7f04b31).
    
    Change-Id: Ic3894f5ae78ff05279e87b364841c5f6dfdf803c
    Reviewed-on: http://gerrit.openafs.org/5466
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/kauth/rebuild.c      |    2 +-
 src/ptserver/db_verify.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository