Fixed build: use incoming_error from correct namespace.

This commit is contained in:
Georg Rudoy 2009-09-25 22:03:35 +00:00
parent 9b15c11740
commit c631c00653
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ namespace libtorrent { namespace dht
<< print_entry(e, true); << print_entry(e, true);
#endif #endif
entry r; 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); send_packet(r, ep, 0);
return; return;
} }