should report success here
authorChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 20:02:12 +0000 (20:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 20:02:12 +0000 (20:02 +0000)
src/util/disk.c

index b0c648b257e5b616c8907038d5229694d595d4fc..b1b631a7fc76babdf148668c6862e19198a2b3f1 100644 (file)
@@ -260,6 +260,7 @@ int GNUNET_DISK_file_get_identifiers (const char *filename,
     {
       *dev = (uint32_t) fbuf.f_fsid;
       *ino = (uint64_t) sbuf.st_ino;
+      return GNUNET_OK;
     }
 #endif 
   return GNUNET_SYSERR;