test/compile: fix daemonize() argument type
authorMarko Kreen <markokr@gmail.com>
Wed, 13 Jun 2012 22:17:43 +0000 (01:17 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 3 Jan 2013 23:00:20 +0000 (01:00 +0200)
test/compile.c

index 97526fef433764703a1fbe91524db2f5a40b315f..16ca71192dfb1f57bf498c737dba9e8b5a4f5bc5 100644 (file)
@@ -44,7 +44,7 @@ int main(void)
        aatree_init(&aatree, NULL, NULL);
        cbtree = cbtree_create(NULL, NULL, NULL, USUAL_ALLOC);
        cbtree_destroy(cbtree);
-       daemonize(NULL, NULL);
+       daemonize(NULL, false);
        hash_lookup3("foo", 3);
        if (!event_init())
                log_debug("test");