diff --git a/libretroshare/src/dht/p3bitdht.cc b/libretroshare/src/dht/p3bitdht.cc index 3d6f5ed30..8cb205da9 100644 --- a/libretroshare/src/dht/p3bitdht.cc +++ b/libretroshare/src/dht/p3bitdht.cc @@ -60,7 +60,7 @@ virtual int dhtValueCallback(const bdNodeId *id, std::string key, uint32_t statu } virtual int dhtConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId *destId, - uint32_t mode, uint32_t point, uint32_t cbtype) + uint32_t mode, uint32_t point, uint32_t cbtype, uint32_t errcode) { // nothing here fore now! //return mParent->ValueCallback(id, key, status);