[dovecot-cvs] dovecot/src/auth main.c,1.39,1.40

cras at dovecot.org cras at dovecot.org
Sun Jan 9 20:52:39 EET 2005


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv32474

Modified Files:
	main.c 
Log Message:
fix



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/main.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- main.c	9 Jan 2005 16:54:48 -0000	1.39
+++ main.c	9 Jan 2005 18:52:36 -0000	1.40
@@ -288,7 +288,7 @@
 
 int main(int argc __attr_unused__, char *argv[])
 {
-	int foreground;
+	int foreground = FALSE;
 
 #ifdef DEBUG
 	if (getenv("GDB") == NULL)



More information about the dovecot-cvs mailing list