removed incorrect error messages
This commit is contained in:
parent
358e6fbca6
commit
fe9c19b57f
1 changed files with 0 additions and 5 deletions
|
@ -2291,11 +2291,6 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
|
|||
if(turns.empty() == false && from != network::null_connection) {
|
||||
//forward the data to other peers
|
||||
network::send_data_all_except(cfg,from);
|
||||
|
||||
if(allow_network_commands_ == false) {
|
||||
gui::show_dialog(gui_,NULL,"Error","Network error: Received unexpected command from remote host",gui::OK_ONLY);
|
||||
std::cerr << "Received unexpected command from remote host: '" << cfg.write() << "'\n";
|
||||
}
|
||||
}
|
||||
|
||||
for(config::child_list::const_iterator t = turns.begin(); t != turns.end(); ++t) {
|
||||
|
|
Loading…
Add table
Reference in a new issue