|
@@ -415,6 +415,10 @@ MoveDispatch::MoveDispatch(Director &d) : Dispatch(d) {
|
|
|
BUGZ_LOG(warning) << "MoveDispatch()";
|
|
|
}
|
|
|
|
|
|
+MoveDispatch::~MoveDispatch() {
|
|
|
+ BUGZ_LOG(warning) << "~MoveDispatch()";
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
|
|
|
void MoveDispatch::activate(void) {
|
|
@@ -453,6 +457,8 @@ void MoveDispatch::server_line(const std::string &line,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
if ((state != 2) && (state != 5)) {
|
|
|
|
|
|
std::string temp = raw_line;
|
|
@@ -542,6 +548,9 @@ bool MoveDispatch::density_clear(density d) {
|
|
|
void MoveDispatch::server_prompt(const std::string &prompt) {
|
|
|
BUGZ_LOG(fatal) << "server_prompt: " << prompt;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
if (state == 2) {
|
|
|
if (at_command_prompt(prompt)) {
|
|
|
|