Thread (49 messages) flat view 49 messages, 5 authors, 2016-06-27

Re: [PATCH v12 16/20] index-helper: don't run if already running

From: Christian Couder <hidden>
Date: 2016-06-17 16:19:02

On Thu, May 19, 2016 at 11:45 PM, David Turner [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/index-helper.c b/index-helper.c
index 4a171e6..ddc641a 100644
--- a/index-helper.c
+++ b/index-helper.c
@@ -438,6 +438,13 @@ int main(int argc, char **argv)
                return 0;
        }

+       /* check that no other copy is running */
+       fd = unix_stream_connect(git_path("index-helper.sock"));
+       if (fd > 0)
+               die(_("Already running"));
I wonder is we should also die if fd == 0.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help