diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-10-11 18:35:56 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-10-11 18:35:56 +0200 |
commit | 0c6bb9dd10c6ef0a15573a7863dba99c491a1ee6 (patch) | |
tree | 2e72ddcd58d09b545a34d9205f1a3b93268744c8 /src | |
parent | f4636ad9ec863234f11c3118c9341d82d6debf66 (diff) |
add bug ref
Diffstat (limited to 'src')
-rw-r--r-- | src/namestore/test_plugin_namestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_plugin_namestore.c b/src/namestore/test_plugin_namestore.c index a0490fd9c..03b1a21e4 100644 --- a/src/namestore/test_plugin_namestore.c +++ b/src/namestore/test_plugin_namestore.c @@ -167,7 +167,7 @@ run (void *cls, } put_record (nsp, 1); get_record (nsp, 1); -#ifndef DARWIN +#ifndef DARWIN // #5582 unload_plugin (nsp); #endif } |