summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.c b/src/proto.c
index cc073af0..3e62f92a 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -661,7 +661,7 @@ static const struct symbol_table arpop_tbl = {
SYMBOL("request", ARPOP_REQUEST),
SYMBOL("reply", ARPOP_REPLY),
SYMBOL("rrequest", ARPOP_RREQUEST),
- SYMBOL("rreply", ARPOP_REPLY),
+ SYMBOL("rreply", ARPOP_RREPLY),
SYMBOL("inrequest", ARPOP_InREQUEST),
SYMBOL("inreply", ARPOP_InREPLY),
SYMBOL("nak", ARPOP_NAK),