From ef0f20e9c964e5c65bdc8542ba02a8900783230c Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 24 Apr 2007 23:59:54 +0000 Subject: [PATCH] Autoconnect by default. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@970 959494ce-11ee-0310-bf91-de5d638817bd --- clients/gtk2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/gtk2/main.c b/clients/gtk2/main.c index 88d68b9..ccdd6d4 100644 --- a/clients/gtk2/main.c +++ b/clients/gtk2/main.c @@ -102,7 +102,7 @@ pid_t pubhubproc = 0; char *pubhubaddr = NULL; char *connectas = NULL; char *dcserver = NULL; -int autoconn = 0; +int autoconn = 1; int srchautoupdate = 0; int cursrch = -1, nextsrch = -1; time_t srcheta; -- 2.11.0