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:
77b71b4
)
[transport-wlan] use correct buffer position
author
David Barksdale
<amatus@amat.us>
Sun, 25 Mar 2018 21:41:08 +0000
(16:41 -0500)
committer
David Barksdale
<amatus@amat.us>
Sun, 25 Mar 2018 21:43:21 +0000
(16:43 -0500)
src/transport/gnunet-helper-transport-wlan.c
patch
|
blob
|
history
diff --git
a/src/transport/gnunet-helper-transport-wlan.c
b/src/transport/gnunet-helper-transport-wlan.c
index cddff3790eeb4ac66d5efb939c0e49173c0bdac4..0ce3870139351df7f27dc62fe691dafe996bd1fa 100644
(file)
--- a/
src/transport/gnunet-helper-transport-wlan.c
+++ b/
src/transport/gnunet-helper-transport-wlan.c
@@
-2076,7
+2076,7
@@
main (int argc, char *argv[])
if (FD_ISSET (dev.fd_raw, &wfds))
{
ssize_t ret =
- write (dev.fd_raw, write_pout.buf + write_
std
.pos,
+ write (dev.fd_raw, write_pout.buf + write_
pout
.pos,
write_pout.size - write_pout.pos);
if (0 > ret)
{