]> arthur.barton.de Git - netatalk.git/blobdiff - test/afpd/test.c
start LOG earlier
[netatalk.git] / test / afpd / test.c
index 1a8830029b3c2b838b42ce2a927b1e92d6151ce7..acc46a8765b37227ec630e0efa35c49841970314 100644 (file)
@@ -64,7 +64,7 @@ int main(int argc, char **argv)
 
     TEST( afp_options_parse_cmdline(&obj, 3, &args[0]) );
 
-    TEST_int( afp_config_parse(&obj), 0);
+    TEST_int( afp_config_parse(&obj, ""), 0);
     TEST_int( configinit(&obj), 0);
     TEST( cnid_init() );
     TEST( load_volumes(&obj, NULL) );