]> arthur.barton.de Git - netatalk.git/blobdiff - test/afpd/test.c
Fix typo
[netatalk.git] / test / afpd / test.c
index acc46a8765b37227ec630e0efa35c49841970314..54fc23745a70a8bf519428a8e2f4f174137acf13 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, NULL), 0);
     TEST_int( configinit(&obj), 0);
     TEST( cnid_init() );
     TEST( load_volumes(&obj, NULL) );