From: fredrik Date: Tue, 24 Apr 2007 23:59:54 +0000 (+0000) Subject: Autoconnect by default. X-Git-Tag: 0.4~100 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=ef0f20e9c964e5c65bdc8542ba02a8900783230c;p=doldaconnect.git Autoconnect by default. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@970 959494ce-11ee-0310-bf91-de5d638817bd --- 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;