summaryrefslogtreecommitdiffstats
path: root/libktorrent/kademlia/rpcmsg.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 11:46:47 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 11:46:47 -0600
commite8f11cc3a54c83972c340686007ad0346daea806 (patch)
treea45e689658444287fb710c09eecfefe29657f905 /libktorrent/kademlia/rpcmsg.h
parent21862f8352c833f4ed24dd6eab8f37dc5b4eb48d (diff)
downloadktorrent-e8f11cc3a54c83972c340686007ad0346daea806.tar.gz
ktorrent-e8f11cc3a54c83972c340686007ad0346daea806.zip
Fix unintended renaming
Diffstat (limited to 'libktorrent/kademlia/rpcmsg.h')
-rw-r--r--libktorrent/kademlia/rpcmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/kademlia/rpcmsg.h b/libktorrent/kademlia/rpcmsg.h
index 58f6891..acdae14 100644
--- a/libktorrent/kademlia/rpcmsg.h
+++ b/libktorrent/kademlia/rpcmsg.h
@@ -40,7 +40,7 @@ namespace dht
enum Type
{
- RETQ_MSG,
+ REQ_MSG,
RSP_MSG,
ERR_MSG,
INVALID