[dovecot-cvs] dovecot/src/lib file-dotlock.c,1.34,1.35
cras at dovecot.org
cras at dovecot.org
Thu Apr 20 22:50:47 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv27273
Modified Files:
file-dotlock.c
Log Message:
Fixed last change: added missing '/' back
Index: file-dotlock.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/file-dotlock.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- file-dotlock.c 20 Apr 2006 16:04:04 -0000 1.34
+++ file-dotlock.c 20 Apr 2006 19:50:45 -0000 1.35
@@ -290,6 +290,7 @@
/* add directory */
str_append_n(tmp_path, lock_info->lock_path,
p - lock_info->lock_path);
+ str_append_c(tmp_path, '/');
}
str_append(tmp_path, temp_prefix);
} else {
More information about the dovecot-cvs
mailing list