Browse code

fix warning

git-svn: trunk@2128

Tomasz Kojm authored on 2006/07/27 00:29:03
Showing 1 changed files
... ...
@@ -740,7 +740,7 @@ int updatedb(const char *dbname, const char *hostname, char *ip, int *signo, con
740 740
 {
741 741
 	struct cl_cvd *current, *remote;
742 742
 	struct cfgstruct *cpt;
743
-	int nodb = 0, currver, newver = -1, ret, port = 0, ims = -1, i;
743
+	int nodb = 0, currver = 0, newver = -1, ret, port = 0, ims = -1, i;
744 744
 	char *pt, dbfile[32], dbinc[32];
745 745
 	const char *proxy = NULL, *user = NULL, *pass = NULL, *uas = NULL;
746 746
 	int flevel = cl_retflevel();