inetd: comment tweak. no code changes
[oweals/busybox.git] / coreutils / df.c
index d95aff39d52432b868f4f535cd85254991bcf334..4bbfe943b0fd9c432f83856b5d2f8ef202f14e4a 100644 (file)
@@ -119,7 +119,7 @@ int df_main(int argc, char **argv)
                        mount_point = *argv++;
                        if (!mount_point)
                                break;
-                       mount_entry = find_mount_point(mount_point);
+                       mount_entry = find_mount_point(mount_point, 1);
                        if (!mount_entry) {
                                bb_error_msg("%s: can't find mount point", mount_point);
  set_error: