[dovecot-cvs] dovecot/src/dict dict-server.c,1.6,1.7

cras at dovecot.org cras at dovecot.org
Fri Jan 13 14:45:10 EET 2006


Update of /var/lib/cvs/dovecot/src/dict
In directory talvi:/tmp/cvs-serv10783/dict

Modified Files:
	dict-server.c 
Log Message:
Small (compiling) fixes



Index: dict-server.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/dict/dict-server.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dict-server.c	11 Jan 2006 23:47:02 -0000	1.6
+++ dict-server.c	13 Jan 2006 12:45:08 -0000	1.7
@@ -413,7 +413,7 @@
 struct dict_server *dict_server_init(const char *path, int fd)
 {
 	struct dict_server *server;
-	int i;
+	int i= 0;
 
 	server = i_new(struct dict_server, 1);
 	server->path = i_strdup(path);



More information about the dovecot-cvs mailing list