summaryrefslogtreecommitdiffstats
path: root/src/tests/resolv-tests.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-11-05 23:42:11 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-13 12:42:22 +0100
commit7eabf0b9d835bfb724d1c348fd0acd4975652a1b (patch)
tree62258b8ec01e0924ae43ae835d148a9c534225ac /src/tests/resolv-tests.c
parent7452f1b637276ce582b120f8f5482ae7f3b6bd47 (diff)
downloadsssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.gz
sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.xz
sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.zip
TESTS: Fix a couple of debug-level setters
Diffstat (limited to 'src/tests/resolv-tests.c')
-rw-r--r--src/tests/resolv-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/resolv-tests.c b/src/tests/resolv-tests.c
index c61d6f8ce..61308e382 100644
--- a/src/tests/resolv-tests.c
+++ b/src/tests/resolv-tests.c
@@ -856,7 +856,7 @@ int main(int argc, const char *argv[])
}
poptFreeContext(pc);
- DEBUG_INIT(debug_level);
+ DEBUG_INIT(debug);
if (!use_net_test) {
printf("Network tests disabled. Rerun with the \"-n\" "