aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-19 07:47:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-19 07:47:56 +0000
commit1e977172cabfffd4fe774b2f13101247bb0e720c (patch)
tree31675ba3ba6c1f801882ed21c20340b508d2a064 /src/transport/plugin_transport_unix.c
parentbf7f0f51764c29f82be5aeae84dd95de7a857cd3 (diff)
downloadgnunet-1e977172cabfffd4fe774b2f13101247bb0e720c.tar.gz
gnunet-1e977172cabfffd4fe774b2f13101247bb0e720c.zip
remove dead assignments
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 211408f18..5cf9c5125 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -610,7 +610,6 @@ unix_real_send (void *cls,
610 610
611resend: 611resend:
612 /* Send the data */ 612 /* Send the data */
613 sent = 0;
614 sent = GNUNET_NETWORK_socket_sendto (send_handle, msgbuf, msgbuf_size, sb, sbs); 613 sent = GNUNET_NETWORK_socket_sendto (send_handle, msgbuf, msgbuf_size, sb, sbs);
615 614
616 if (GNUNET_SYSERR == sent) 615 if (GNUNET_SYSERR == sent)
@@ -1440,7 +1439,7 @@ unix_string_to_address (void *cls, const char *addr, uint16_t addrlen,
1440 address = NULL; 1439 address = NULL;
1441 plugin = NULL; 1440 plugin = NULL;
1442 optionstr = NULL; 1441 optionstr = NULL;
1443 options = 0; 1442
1444 if ((NULL == addr) || (addrlen == 0)) 1443 if ((NULL == addr) || (addrlen == 0))
1445 { 1444 {
1446 GNUNET_break (0); 1445 GNUNET_break (0);