gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -if check is redundant


From: gnunet
Subject: [gnunet] branch master updated: -if check is redundant
Date: Sun, 08 Aug 2021 17:20:35 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5d482d895 -if check is redundant
5d482d895 is described below

commit 5d482d89536a7523d999aeb45d11db12dcd4d764
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 8 17:17:09 2021 +0200

    -if check is redundant
---
 src/util/client.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/util/client.c b/src/util/client.c
index febc36508..4e5eca32a 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -745,8 +745,7 @@ test_service_configuration (const char *service_name,
                                service_name,
                                "UNIXPATH",
                                _ ("not a valid filename"));
-    if (NULL != unixpath)
-      GNUNET_free (unixpath);
+    GNUNET_free (unixpath);
     return GNUNET_SYSERR;   /* UNIXPATH specified but invalid! */
   }
   GNUNET_free (unixpath);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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