Fixed build: use incoming_error from correct namespace.
This commit is contained in:
parent
9b15c11740
commit
c631c00653
|
@ -540,7 +540,7 @@ namespace libtorrent { namespace dht
|
|||
<< print_entry(e, true);
|
||||
#endif
|
||||
entry r;
|
||||
incoming_error(r, "message is not a dictionary");
|
||||
libtorrent::dht::incoming_error(r, "message is not a dictionary");
|
||||
send_packet(r, ep, 0);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue