Fixed the bug that server performence profile is not updated when aria2c was terminated by emergency shutdown. * src/TrackerWatcherCommand.cc
@@ -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>
Use LocalFilePathOptionHandler for -T and -M option.
@@ -85,6 +85,7 @@ bool TrackerWatcherCommand::execute() {
return true;
} else {
_trackerRequestGroup->setForceHaltRequested(true);
+ e->commands.push_back(this);
return false;
}