sin_family is not network order
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Sun, 3 Oct 2010 18:35:46 +0000 (14:35 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sun, 3 Oct 2010 19:09:56 +0000 (12:09 -0700)
commit60c4b248893f80431b2ea2a5d558c3536f86611a
treedd421addf9af80407cafdc4b412515eea55180d2
parent196d032fb252fa5d0827436fcfa38d9a48a49ab9
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
src/fsprobe/fsprobe_test.c
src/scout/scout.c
src/xstat/xstat_cm_test.c
src/xstat/xstat_fs_test.c