Fix bug #13036, patch by dfranke.
This commit is contained in:
parent
2a49125de7
commit
414f45296c
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ void send_raw_data(const char* buf, int len, connection connection_num, const st
|
|||
if(!connection_num) {
|
||||
for(sockets_list::const_iterator i = sockets.begin();
|
||||
i != sockets.end(); ++i) {
|
||||
send_raw_data(buf, len, connection_num, packet_type);
|
||||
send_raw_data(buf, len, *i, packet_type);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue