aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-20 16:38:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-20 16:38:37 +0000
commit863e2904baf1c0a64360d9890edfe5b35d72a979 (patch)
tree8db6dc6905c991df86aaec6cb5bcbf544b33fa01 /src/util/service.c
parent37e614f321caf2fddab72c4055e35d1b360bfd59 (diff)
downloadgnunet-863e2904baf1c0a64360d9890edfe5b35d72a979.tar.gz
gnunet-863e2904baf1c0a64360d9890edfe5b35d72a979.zip
-handle NULL in unixpath
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/service.c b/src/util/service.c
index 9e624ebbd..b91be9664 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -995,7 +995,6 @@ GNUNET_SERVICE_get_server_addresses (const char *service_name,
995 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath); 995 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
996 LOG (GNUNET_ERROR_TYPE_INFO, 996 LOG (GNUNET_ERROR_TYPE_INFO,
997 _("Using `%s' instead\n"), unixpath); 997 _("Using `%s' instead\n"), unixpath);
998
999 } 998 }
1000 } 999 }
1001 if (NULL != unixpath) 1000 if (NULL != unixpath)