OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-71-ge567a29
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Oct 2010 14:46:14 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit e567a29f920ede89003b16e21bd739f9648683bc
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), ...)
Reviewed-on: http://gerrit.openafs.org/2891
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 60c4b248893f80431b2ea2a5d558c3536f86611a)
Change-Id: If507801c8df170a88044ff9c87b9a97c076ca222
Reviewed-on: http://gerrit.openafs.org/3045
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