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:
4f64cda
)
eliminate warning
author
Christian Grothoff
<christian@grothoff.org>
Sun, 30 Aug 2009 19:25:58 +0000
(19:25 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 30 Aug 2009 19:25:58 +0000
(19:25 +0000)
src/fs/fs_file_information.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_file_information.c
b/src/fs/fs_file_information.c
index e72f42f9a3413db9fb27becea0cb371c5708b440..984d56f3011f301a72275240ecdee04c4e78a419 100644
(file)
--- a/
src/fs/fs_file_information.c
+++ b/
src/fs/fs_file_information.c
@@
-60,8
+60,9
@@
struct GNUNET_FS_FileInformation *
GNUNET_FS_file_information_recover (const char *name)
{
struct GNUNET_FS_FileInformation *ret;
+ ret = NULL;
// FIXME!
- return
NULL
;
+ return
ret
;
}