From 4631063dc9df63aba54bdbc60b956c08cddb531d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 5 Sep 2019 16:09:44 -0300 Subject: [PATCH] Fixing conflict with action "connect" and ipc method "connect". --- src/core/actions/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 49f34cd..d7ad05d 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -77,7 +77,7 @@ // Network actions // { - "connect", + "reconnect", NULL, "connect", NULL, -- libgit2 0.21.2