summaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-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;