]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-nss: fix names of two defines
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 10:10:57 +0000 (12:10 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Oct 2017 10:09:50 +0000 (12:09 +0200)
That's another bug fixed (sys/auxv.h was the first).

src/test/test-nss.c

index 0fc30718d5ab887141fa4a3a4b06665f9c539a36..ff89cb547ba3ea5d90f69f124fdfd1400b8d606d 100644 (file)
@@ -453,10 +453,10 @@ static int parse_argv(int argc, char **argv,
 #if HAVE_MYHOSTNAME
                                 "myhostname",
 #endif
-#if HAVE_RESOLVED
+#if ENABLE_RESOLVED
                                 "resolve",
 #endif
-#if HAVE_MACHINED
+#if ENABLE_MACHINED
                                 "mymachines",
 #endif
                                 "dns",