Author: grothoff Date: 2008-02-16 20:58:48 -0700 (Sat, 16 Feb 2008) New Revision: 6339
Modified: GNUnet/src/applications/fs/tools/gnunet-auto-share.c Log: fix Modified: GNUnet/src/applications/fs/tools/gnunet-auto-share.c =================================================================== --- GNUnet/src/applications/fs/tools/gnunet-auto-share.c 2008-02-17 03:03:17 UTC (rev 6338) +++ GNUnet/src/applications/fs/tools/gnunet-auto-share.c 2008-02-17 03:58:48 UTC (rev 6339) @@ -229,7 +229,8 @@ return GNUNET_OK; } latest = buf.st_mtime; - GNUNET_disk_directory_scan (ectx, fn, &find_latest, &latest); + if (S_ISDIR (buf.st_mode)) + GNUNET_disk_directory_scan (ectx, fn, &find_latest, &latest); if (latest < *last) { GNUNET_free (fn); _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn