[dovecot-cvs] dovecot/src/lib-dict dict-client.h,1.2,1.2.2.1

cras at dovecot.org cras at dovecot.org
Sat Jun 17 15:24:32 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-dict
In directory talvi:/tmp/cvs-serv18929/src/lib-dict

Modified Files:
      Tag: branch_1_0
	dict-client.h 
Log Message:
Instead of passing URIs directly to dictionary server, it now accepts only
named dictionaries which are configured in config file. SIGHUPing master now
restarts dict server.



Index: dict-client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-dict/dict-client.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- dict-client.h	14 Jan 2006 14:01:40 -0000	1.2
+++ dict-client.h	17 Jun 2006 12:24:29 -0000	1.2.2.1
@@ -9,7 +9,7 @@
 #define DICT_CLIENT_MAX_LINE_LENGTH (64*1024)
 
 enum {
-        /* <major-version> <minor-version> <user> <dict uri> */
+        /* <major-version> <minor-version> <user> <dict name> */
 	DICT_PROTOCOL_CMD_HELLO = 'H',
 
 	DICT_PROTOCOL_CMD_LOOKUP = 'L', /* <key> */



More information about the dovecot-cvs mailing list