git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8d27129
)
flushhostcps-byte-order-20030304
author
Derrick Brashear
<shadow@dementia.org>
Tue, 4 Mar 2003 15:42:23 +0000 (15:42 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 4 Mar 2003 15:42:23 +0000 (15:42 +0000)
at insistence of lha@stacken.kth.se
src/viced/afsfileprocs.c
patch
|
blob
|
history
diff --git
a/src/viced/afsfileprocs.c
b/src/viced/afsfileprocs.c
index
6d12d2f
..
4d44846
100644
(file)
--- a/
src/viced/afsfileprocs.c
+++ b/
src/viced/afsfileprocs.c
@@
-6031,7
+6031,7
@@
afs_int32 SRXAFS_FlushCPS(struct rx_call *acall,
addr = addrs->IPAddrs_val;
for (i=0; i<naddrs; i++, addr++) {
if (*addr)
- h_flushhostcps(*addr, 7001);
+ h_flushhostcps(*addr, htons(7001));
}
Bad_FlushCPS: