[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
    
        - Previous message: [dovecot-cvs] dovecot/src/lib unlink-lockfiles.c,1.4,1.5
	unlink-lockfiles.h,1.2,1.3
- Next message: [dovecot-cvs] 
	dovecot/src/lib file-dotlock.c,1.5,1.6 file-dotlock.h,1.2,1.3
	randgen.c,1.10,1.11
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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);
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib unlink-lockfiles.c,1.4,1.5
	unlink-lockfiles.h,1.2,1.3
- Next message: [dovecot-cvs] 
	dovecot/src/lib file-dotlock.c,1.5,1.6 file-dotlock.h,1.2,1.3
	randgen.c,1.10,1.11
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list