aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-26 08:52:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-26 08:52:37 +0000
commit8384033b4d63e8dff136dc67e9b207401a49246d (patch)
tree6c4d425d30b1a45099c144902e828d7ff7f425e3 /src/transport/plugin_transport_tcp.c
parent92772c81534ce058c079f171244b289099d3fa3a (diff)
downloadgnunet-8384033b4d63e8dff136dc67e9b207401a49246d.tar.gz
gnunet-8384033b4d63e8dff136dc67e9b207401a49246d.zip
indenting
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 6110af96a..fb65e1eb2 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -2350,6 +2350,7 @@ tcp_plugin_server_read (void *cls,
2350 "Finished reading from server stdout with code: %d\n", 2350 "Finished reading from server stdout with code: %d\n",
2351 bytes); 2351 bytes);
2352#endif 2352#endif
2353 /* FIXME: consider process_wait here? */
2353 return; 2354 return;
2354 } 2355 }
2355 2356