From ee19e4da1ce73b50218b8a8ac026b04b9fd44138 Mon Sep 17 00:00:00 2001 From: lurchi Date: Sat, 29 Jun 2019 13:05:28 +0200 Subject: [PATCH] fix warning --- src/util/os_installation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * GNUNET_OS_get_suid_binary_path (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *progname) { - static const char *cache; + static char *cache; char *binary = NULL; char *path = NULL; size_t path_len; -- 2.25.1