[sysfink] r191 committed - client - fix next

0 views
Skip to first unread message

sys...@googlecode.com

unread,
Jan 13, 2010, 3:56:42 PM1/13/10
to sys...@googlegroups.com
Revision: 191
Author: mj41.cz
Date: Wed Jan 13 12:56:30 2010
Log: client - fix next
http://code.google.com/p/sysfink/source/detail?r=191

Modified:
/trunk/client/dist/_base/lib/SysFink/ScanHost.pm

=======================================
--- /trunk/client/dist/_base/lib/SysFink/ScanHost.pm Tue Jan 12 14:24:03
2010
+++ /trunk/client/dist/_base/lib/SysFink/ScanHost.pm Wed Jan 13 12:56:30
2010
@@ -451,7 +451,8 @@
$plus_found, # $add_it
$debug_prefix
);
- next PATH_CONF unless $ret_code;
+ # Check if stat not failed.
+ next ITEM unless $ret_code;

if ( $is_dir && $add_dir ) {
# ToDo - why not '$flags' only instead of '{ %$flags }' ?

Reply all
Reply to author
Forward
0 new messages