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:
898fd65
)
- coverity
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 27 Feb 2012 10:19:44 +0000
(10:19 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 27 Feb 2012 10:19:44 +0000
(10:19 +0000)
src/transport/plugin_transport_udp.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_udp.c
b/src/transport/plugin_transport_udp.c
index 51c3aa3f3d946bdfc5caabec94e3f8bc239516b3..6f190de20aa94d77359e17dd7e2fe828ed2cc3c8 100644
(file)
--- a/
src/transport/plugin_transport_udp.c
+++ b/
src/transport/plugin_transport_udp.c
@@
-1634,7
+1634,10
@@
udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock)
udpw = plugin->ipv6_queue_head;
}
else
+ {
GNUNET_break (0);
+ return 0;
+ }
const struct sockaddr * sa = udpw->session->sock_addr;
slen = udpw->session->addrlen;