OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-207-g60c4b24
   
    Gerrit Code Review
     
    gerrit@openafs.org
       
    Sun,  3 Oct 2010 12:10:27 -0700 (PDT)
    
    
  
The following commit has been merged in the master branch:
commit 60c4b248893f80431b2ea2a5d558c3536f86611a
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date:   Sun Oct 3 14:35:46 2010 -0400
    sin_family is not network order
    
    sin_family isnt sent over the network and therefore doesnt need
    htons().  sin_family is essential the same as domain, and no one
    does socket(htons(AF_INET), ...)
    
    Change-Id: Ie0e2396f78e0934d49aeeacfc9c5ffe98df211b6
    Reviewed-on: http://gerrit.openafs.org/2891
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
 src/afsmonitor/afsmonitor.c |    8 ++------
 src/fsprobe/fsprobe_test.c  |   24 ++++++------------------
 src/scout/scout.c           |    8 ++------
 src/xstat/xstat_cm_test.c   |    8 ++------
 src/xstat/xstat_fs_test.c   |    8 ++------
 5 files changed, 14 insertions(+), 42 deletions(-)
-- 
OpenAFS Master Repository