diff options
author | lurchi <lurchi@strangeplace.net> | 2017-02-18 16:39:39 +0100 |
---|---|---|
committer | lurchi <lurchi@strangeplace.net> | 2017-02-18 16:39:39 +0100 |
commit | dbd1c0216d81890be8125c7d17c7b3a93f2d2896 (patch) | |
tree | 91eb66b17b2e71bf53db894ed890a341199e3a87 | |
parent | 69571e06d124c74b8136f802a6b7d4a707654e3a (diff) |
no prefix for set either
-rw-r--r-- | src/set/set.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/set.conf.in b/src/set/set.conf.in index 462ce70ed7..deaa07efb7 100644 --- a/src/set/set.conf.in +++ b/src/set/set.conf.in @@ -9,4 +9,4 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-set.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -PREFIX = valgrind +#PREFIX = valgrind |