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:
6f8eede
)
-undo 19365
author
Christian Grothoff
<christian@grothoff.org>
Wed, 25 Jan 2012 16:54:30 +0000
(16:54 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 25 Jan 2012 16:54:30 +0000
(16:54 +0000)
src/fs/fs_dirmetascan.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_dirmetascan.c
b/src/fs/fs_dirmetascan.c
index 8700a69f1fd624449d4296abe549fbf01ea5e94e..acd5246d8e3dcd34b18eb7014848d52a6fdfff79 100644
(file)
--- a/
src/fs/fs_dirmetascan.c
+++ b/
src/fs/fs_dirmetascan.c
@@
-763,10
+763,8
@@
scan_directory (void *cls, const char *filename)
*/
if (0 != STAT (filename, &sbuf))
{
- do_stop = write_progress (adc, filename, S_ISDIR (sbuf.st_mode),
- GNUNET_DIR_SCANNER_DOES_NOT_EXIST);
- if (do_stop)
- return GNUNET_SYSERR;
+ (void) write_progress (adc, filename, S_ISDIR (sbuf.st_mode),
+ GNUNET_DIR_SCANNER_DOES_NOT_EXIST);
return GNUNET_OK;
}