12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
--- src/rdconf2.c
|
|
+++ src/rdconf2.c 2008/10/14 10:35:21
|
|
@@ -102,7 +102,7 @@
|
|
return false;
|
|
|
|
while ((e = HXbtraverse(t)) != NULL)
|
|
- if (!kvplist_contains(options, e->key)) {
|
|
+ if (kvplist_contains(options, e->key)) {
|
|
l0g("option \"%s\" denied\n",
|
|
static_cast(const char *, e->key));
|
|
HXbtrav_free(t);
|