ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.536 by root, Thu Apr 29 08:26:38 2010 UTC vs.
Revision 1.537 by root, Sun May 2 19:16:16 2010 UTC

3820sub post_cleanup { 3820sub post_cleanup {
3821 my ($make_core) = @_; 3821 my ($make_core) = @_;
3822 3822
3823 IO::AIO::flush; 3823 IO::AIO::flush;
3824 3824
3825 IO::AIO::flush;
3826
3827 error Carp::longmess "post_cleanup backtrace" 3825 error Carp::longmess "post_cleanup backtrace"
3828 if $make_core; 3826 if $make_core;
3829 3827
3830 my $fh = pidfile; 3828 my $fh = pidfile;
3831 unlink $PIDFILE if <$fh> == $$; 3829 unlink $PIDFILE if <$fh> == $$;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines