From: lurchi Date: Sat, 29 Jun 2019 11:05:28 +0000 (+0200) Subject: fix warning X-Git-Tag: v0.11.6~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee19e4da1ce73b50218b8a8ac026b04b9fd44138;p=oweals%2Fgnunet.git fix warning --- 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;