[dovecot-cvs] dovecot/src/lib file-lock.c,1.10,1.11
tss at dovecot.org
tss at dovecot.org
Sat Dec 9 16:19:48 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/auth auth-master-connection.c, 1.44, 1.45 auth-request-handler.c, 1.19, 1.20 auth-request.c, 1.74, 1.75 auth-request.h, 1.29, 1.30 auth-worker-client.c, 1.27, 1.28 userdb-blocking.c, 1.5, 1.6 userdb-ldap.c, 1.42, 1.43 userdb-passwd-file.c, 1.22, 1.23 userdb-passwd.c, 1.18, 1.19 userdb-prefetch.c, 1.3, 1.4 userdb-sql.c, 1.15, 1.16 userdb-static.c, 1.21, 1.22 userdb-vpopmail.c, 1.21, 1.22 userdb.h, 1.25, 1.26
- Next message: [dovecot-cvs] dovecot/src/plugins/fts fts-storage.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv11598
Modified Files:
file-lock.c
Log Message:
Forgot to remove debugging abort() call
Index: file-lock.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/file-lock.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- file-lock.c 6 Dec 2006 15:08:22 -0000 1.10
+++ file-lock.c 9 Dec 2006 16:19:46 -0000 1.11
@@ -65,7 +65,6 @@
return 0;
}
i_error("fcntl() locking failed for file %s: %m", path);
- abort();
return -1;
#endif
}
- Previous message: [dovecot-cvs] dovecot/src/auth auth-master-connection.c, 1.44, 1.45 auth-request-handler.c, 1.19, 1.20 auth-request.c, 1.74, 1.75 auth-request.h, 1.29, 1.30 auth-worker-client.c, 1.27, 1.28 userdb-blocking.c, 1.5, 1.6 userdb-ldap.c, 1.42, 1.43 userdb-passwd-file.c, 1.22, 1.23 userdb-passwd.c, 1.18, 1.19 userdb-prefetch.c, 1.3, 1.4 userdb-sql.c, 1.15, 1.16 userdb-static.c, 1.21, 1.22 userdb-vpopmail.c, 1.21, 1.22 userdb.h, 1.25, 1.26
- Next message: [dovecot-cvs] dovecot/src/plugins/fts fts-storage.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list