mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 00:23:08 +01: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>
|
||||
@ -82,6 +82,7 @@ retry:
|
||||
if (server_start(path) != 0)
|
||||
goto no_start;
|
||||
}
|
||||
retries++;
|
||||
goto retry;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user