2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed the bug that server performence profile is not updated when
	aria2c was terminated by emergency shutdown.
	* src/TrackerWatcherCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-09-09 13:28:52 +00:00
parent 66b5950115
commit 870989f868
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that server performence profile is not updated when
aria2c was terminated by emergency shutdown.
* src/TrackerWatcherCommand.cc
2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Use LocalFilePathOptionHandler for -T and -M option. Use LocalFilePathOptionHandler for -T and -M option.

View File

@ -85,6 +85,7 @@ bool TrackerWatcherCommand::execute() {
return true; return true;
} else { } else {
_trackerRequestGroup->setForceHaltRequested(true); _trackerRequestGroup->setForceHaltRequested(true);
e->commands.push_back(this);
return false; return false;
} }
} }