projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f1f9d
)
should report success here
author
Christian Grothoff
<christian@grothoff.org>
Sun, 25 Oct 2009 20:02:12 +0000
(20:02 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 25 Oct 2009 20:02:12 +0000
(20:02 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index b0c648b257e5b616c8907038d5229694d595d4fc..b1b631a7fc76babdf148668c6862e19198a2b3f1 100644
(file)
--- 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;