aboutsummaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-21 19:33:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-21 19:33:57 -0400
commit42c6d2727d46c6bead3684965bccb83728bcd09d (patch)
treeaf5c67158d204c6864b19d4b846d297132b1c64c /Remote
parent1100263e70da68607882e7a63d945e0a1f1fea90 (diff)
fix parse of CONNECTDONE
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Helper/P2P.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/P2P.hs b/Remote/Helper/P2P.hs
index 0e604a50d..eaa534fbe 100644
--- a/Remote/Helper/P2P.hs
+++ b/Remote/Helper/P2P.hs
@@ -88,7 +88,7 @@ instance Proto.Receivable Message where
parseCommand "AUTH-SUCCESS" = Proto.parse1 AUTH_SUCCESS
parseCommand "AUTH-FAILURE" = Proto.parse0 AUTH_FAILURE
parseCommand "CONNECT" = Proto.parse1 CONNECT
- parseCommand "CONNECTDONE" = Proto.parse1 CONNECT
+ parseCommand "CONNECTDONE" = Proto.parse1 CONNECTDONE
parseCommand "CHECKPRESENT" = Proto.parse1 CHECKPRESENT
parseCommand "LOCKCONTENT" = Proto.parse1 LOCKCONTENT
parseCommand "UNLOCKCONTENT" = Proto.parse0 UNLOCKCONTENT