gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix warning


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix warning
Date: Sat, 29 Jun 2019 13:06:38 +0200

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ee19e4da1 fix warning
ee19e4da1 is described below

commit ee19e4da1ce73b50218b8a8ac026b04b9fd44138
Author: lurchi <address@hidden>
AuthorDate: Sat Jun 29 13:05:28 2019 +0200

    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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]