aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-22 15:19:49 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-22 15:19:49 +0000
commit7c0698d2296e00d9544f48819f24ed4319e3fad8 (patch)
tree343507da792d950d8d24ed11648e433bcad304a9 /src/util
parentac5cf07b590f788946d4b05f8e11b2414493f4eb (diff)
downloadgnunet-7c0698d2296e00d9544f48819f24ed4319e3fad8.tar.gz
gnunet-7c0698d2296e00d9544f48819f24ed4319e3fad8.zip
Testing and core related changes.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 681e53971..b1c92b3a6 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -304,6 +304,7 @@ do_connect (const char *service_name,
304#if DEBUG_CLIENT 304#if DEBUG_CLIENT
305 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to unixpath `%s'!\n", unixpath); 305 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to unixpath `%s'!\n", unixpath);
306#endif 306#endif
307 GNUNET_free(unixpath);
307 return sock; 308 return sock;
308 } 309 }
309 } 310 }