Rev 1911 | Rev 2037 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1911 | Rev 2005 | ||
|---|---|---|---|
| Line 347... | Line 347... | ||
| 347 | } |
347 | } |
| 348 | else if (target_state == STATE_BPGM_COPY) |
348 | else if (target_state == STATE_BPGM_COPY) |
| 349 | { |
349 | { |
| 350 | LOG.Debug("Preparing to send null application to node " + this->id_); |
350 | LOG.Debug("Preparing to send null application to node " + this->id_); |
| 351 | 351 | ||
| 352 | this->code_->Reset(); |
352 | this->code_->Reset(false); |
| 353 | 353 | ||
| 354 | this->code_->AddByte(0xFF); |
354 | this->code_->AddByte(0xFF); |
| 355 | this->code_->AddByte(0xFF); |
355 | this->code_->AddByte(0xFF); |
| 356 | } |
356 | } |
| 357 | else if (target_state == STATE_NORM_OFFLINE) |
357 | else if (target_state == STATE_NORM_OFFLINE) |