diff options
-rw-r--r-- | src/util/client.c | 3 |
1 files changed, 1 insertions, 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); |