dovecot-2.2: doveadm auth cache flush: Fixed broken default auth...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jan 31 03:12:44 EET 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/5432b55a2b87
changeset: 17121:5432b55a2b87
user: Timo Sirainen <tss at iki.fi>
date: Fri Jan 31 02:12:30 2014 +0100
description:
doveadm auth cache flush: Fixed broken default auth-master path.
Broken by c41700c4a9bb. Patch by Chris Moules.
diffstat:
src/doveadm/doveadm-auth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 93cf0434dda4 -r 5432b55a2b87 src/doveadm/doveadm-auth.c
--- a/src/doveadm/doveadm-auth.c Thu Jan 30 22:03:40 2014 +0100
+++ b/src/doveadm/doveadm-auth.c Fri Jan 31 02:12:30 2014 +0100
@@ -240,7 +240,7 @@
if (master_socket_path == NULL) {
master_socket_path = t_strconcat(doveadm_settings->base_dir,
- "auth-master", NULL);
+ "/auth-master", NULL);
}
conn = doveadm_get_auth_master_conn(master_socket_path);
More information about the dovecot-cvs
mailing list