dovecot-2.0: lib-dict: Changed default dict socket name.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 7 04:01:19 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/33855e50b4c7
changeset: 9892:33855e50b4c7
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 06 21:00:54 2009 -0400
description:
lib-dict: Changed default dict socket name.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-dict/dict-client.h |    2 +-

diffs (12 lines):

diff -r a521d09c3ab9 -r 33855e50b4c7 src/lib-dict/dict-client.h
--- a/src/lib-dict/dict-client.h	Sun Sep 06 20:45:21 2009 -0400
+++ b/src/lib-dict/dict-client.h	Sun Sep 06 21:00:54 2009 -0400
@@ -3,7 +3,7 @@
 
 #include "dict.h"
 
-#define DEFAULT_DICT_SERVER_SOCKET_FNAME "dict-server"
+#define DEFAULT_DICT_SERVER_SOCKET_FNAME "dict"
 
 #define DICT_CLIENT_PROTOCOL_MAJOR_VERSION 2
 #define DICT_CLIENT_PROTOCOL_MINOR_VERSION 0


More information about the dovecot-cvs mailing list