aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-29 13:05:28 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-29 13:05:28 +0200
commitee19e4da1ce73b50218b8a8ac026b04b9fd44138 (patch)
tree9bceb21fda5ddbd147e909001b725b1fc9858cdd /src
parent8c057274e457ad64aefaf2e3d08925617c928752 (diff)
downloadgnunet-ee19e4da1ce73b50218b8a8ac026b04b9fd44138.tar.gz
gnunet-ee19e4da1ce73b50218b8a8ac026b04b9fd44138.zip
fix warning
Diffstat (limited to 'src')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index e0568e6dd..46f878693 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -820,7 +820,7 @@ char *
820GNUNET_OS_get_suid_binary_path (const struct GNUNET_CONFIGURATION_Handle *cfg, 820GNUNET_OS_get_suid_binary_path (const struct GNUNET_CONFIGURATION_Handle *cfg,
821 const char *progname) 821 const char *progname)
822{ 822{
823 static const char *cache; 823 static char *cache;
824 char *binary = NULL; 824 char *binary = NULL;
825 char *path = NULL; 825 char *path = NULL;
826 size_t path_len; 826 size_t path_len;