From: Christian Grothoff Date: Sun, 25 Oct 2009 20:02:12 +0000 (+0000) Subject: should report success here X-Git-Tag: initial-import-from-subversion-38251~23250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae614fa04a3255559057bdbba8033736ab704b27;p=oweals%2Fgnunet.git should report success here --- diff --git a/src/util/disk.c b/src/util/disk.c index b0c648b25..b1b631a7f 100644 --- a/src/util/disk.c +++ b/src/util/disk.c @@ -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;