-options to play with
[oweals/gnunet.git] / src / fs / gnunet-auto-share.c
index e0514bc8f993e3ba220cf2fc7d7e660ad305ac25..86cab5593ed1c531e62e3b12ebc5d9aaa28253ae 100644 (file)
@@ -681,7 +681,7 @@ run (void *cls, char *const *args, const char *cfgfile,
 {
   /* check arguments */
   if ((args[0] == NULL) || (args[1] != NULL) ||
-      (GNUNET_YES != GNUNET_DISK_directory_test (args[0])))
+      (GNUNET_YES != GNUNET_DISK_directory_test (args[0], GNUNET_YES)))
   {
     printf (_("You must specify one and only one directory name for automatic publication.\n"));
     ret = -1;