From 7773aabb2c24031f75c4e06fe55fae7a8e5b8437 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 8 Jun 2001 21:19:08 +0000 Subject: Try to keep the number after server tag always the same when there's multiple connections to the same server. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1540 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/servers-reconnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/servers-reconnect.h') 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; -- cgit v1.2.3