gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6339 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r6339 - GNUnet/src/applications/fs/tools
Date: Sat, 16 Feb 2008 20:58:49 -0700 (MST)

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);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]