aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
commit2ab3c347974b33e0715ce1fad0f42d4846da3aee (patch)
tree01ab192b63c4ecce1fdcc3449dd2bc71bf574307 /src/transport/test_transport_api.c
parent956380b60d975e1a86784dae08555d6acdedb3b2 (diff)
downloadgnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.tar.gz
gnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.zip
mantis 1606
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 671e28bfc..bf574ab04 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -470,7 +470,7 @@ get_path_from_PATH ()
470 buf = GNUNET_malloc (strlen (path) + 20); 470 buf = GNUNET_malloc (strlen (path) + 20);
471 pos = path; 471 pos = path;
472 472
473 while (NULL != (end = strchr (pos, ':'))) 473 while (NULL != (end = strchr (pos, PATH_SEPARATOR)))
474 { 474 {
475 *end = '\0'; 475 *end = '\0';
476 sprintf (buf, "%s/%s", pos, "gnunet-nat-server"); 476 sprintf (buf, "%s/%s", pos, "gnunet-nat-server");