[dovecot-cvs] dovecot/src/lib unlink-lockfiles.c,1.5,1.6

cras at procontrol.fi cras at procontrol.fi
Thu Jul 3 05:01:22 EEST 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv12748

Modified Files:
	unlink-lockfiles.c 
Log Message:
fix :)



Index: unlink-lockfiles.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/unlink-lockfiles.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unlink-lockfiles.c	3 Jul 2003 01:01:10 -0000	1.5
+++ unlink-lockfiles.c	3 Jul 2003 01:01:20 -0000	1.6
@@ -40,7 +40,7 @@
 	struct stat st;
 	char path[PATH_MAX];
 	unsigned int pidlen, otherlen;
-	int ret = 0;
+	int ret = 1;
 
 	/* check for any invalid access files */
 	dirp = opendir(dir);



More information about the dovecot-cvs mailing list