--- deliantra/server/utils/cfutil.in 2008/01/15 12:02:24 1.69 +++ deliantra/server/utils/cfutil.in 2008/12/05 00:52:44 1.70 @@ -21,7 +21,7 @@ use IO::AIO (); use File::Temp; use Deliantra; -use Coro; +use Coro 5.12; use Coro::AIO; use Coro::Util; use POSIX (); @@ -632,9 +632,9 @@ IO::AIO::flush; - $c_res->put (undef) for @a_res; - $c_arc->put (undef) for @a_arc; - $c_trs->put (undef) for @a_trs; + $c_res->shutdown; + $c_arc->shutdown; + $c_trs->shutdown; print "start file scan, arc, res processing...\n" if $VERBOSE;