diff options
Diffstat (limited to 'src/core/servers-reconnect.h')
-rw-r--r-- | src/core/servers-reconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/servers-reconnect.h b/src/core/servers-reconnect.h index b51486f6..bf3e640d 100644 --- a/src/core/servers-reconnect.h +++ b/src/core/servers-reconnect.h @@ -6,7 +6,7 @@ #define FAILED_RECONNECT_WAIT (60*30) typedef struct { - int tag; + int tag; time_t next_connect; SERVER_CONNECT_REC *conn; |