mirror of
https://github.com/tmux/tmux.git
synced 2025-04-27 15:48:54 +00:00
Increment retries.
This commit is contained in:
parent
668dac5b12
commit
8542a97b78
3
client.c
3
client.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: client.c,v 1.38 2009-01-15 00:21:24 nicm Exp $ */
|
/* $Id: client.c,v 1.39 2009-01-15 00:21:58 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -82,6 +82,7 @@ retry:
|
|||||||
if (server_start(path) != 0)
|
if (server_start(path) != 0)
|
||||||
goto no_start;
|
goto no_start;
|
||||||
}
|
}
|
||||||
|
retries++;
|
||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user