From 42c6d2727d46c6bead3684965bccb83728bcd09d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Nov 2016 19:33:57 -0400 Subject: fix parse of CONNECTDONE --- Remote/Helper/P2P.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Helper') 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 -- cgit v1.2.3