projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0359b6a
)
LRN's patch argument order
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Dec 2011 15:02:31 +0000
(15:02 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Dec 2011 15:02:31 +0000
(15:02 +0000)
src/util/os_network.c
patch
|
blob
|
history
diff --git
a/src/util/os_network.c
b/src/util/os_network.c
index b25e9d00b26132c04fef8d1add7501a966084609..83248bf3e041782708709e32d91d2fb81afcfa27 100644
(file)
--- a/
src/util/os_network.c
+++ b/
src/util/os_network.c
@@
-61,9
+61,9
@@
GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
if (GNUNET_OK !=
proc (proc_cls, results[i].pretty_name, results[i].is_default,
&results[i].address,
- results[i].flags & ENUMNICS3_MASK_OK ? &results[i].mask : NULL,
results[i].
flags & ENUMNICS3_BCAST_OK ? &results[i].broadcast : NULL,
+ results[i].flags & ENUMNICS3_MASK_OK ? &results[i].mask : NULL,
results[i].addr_size))
break;
}