fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 13 Nov 2009 11:55:56 +0000 (11:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 13 Nov 2009 11:55:56 +0000 (11:55 +0000)
src/util/test_resolver_api.c

index 8afa819e4db6bcbbc3a78c60400600739621a3ab..909a166686a05cb3aea3085955ae32ee97fe4e80 100644 (file)
@@ -176,7 +176,7 @@ check ()
                                  "-L", "DEBUG",
 #endif
                                  "-c", "test_resolver_api_data.conf", NULL);
-  GNUNET_assert (OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
+  GNUNET_assert (GNUNET_OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
                                           argv, "test-resolver-api", "nohelp",
                                           options, &run, &ok));
   if (0 != PLIBC_KILL (pid, SIGTERM))