[dovecot-cvs] dovecot/src/lib-dict dict-client.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Wed Jan 11 23:48:17 EET 2006


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

Modified Files:
	dict-client.c 
Log Message:
Fixes to dict proxy.



Index: dict-client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-dict/dict-client.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dict-client.c	30 Dec 2005 23:08:07 -0000	1.1
+++ dict-client.c	11 Jan 2006 21:48:15 -0000	1.2
@@ -189,7 +189,7 @@
 	dict->transaction_id_counter = 0;
 
 	t_push();
-	query = t_strdup_printf("%c%u\t%u\t%s\t%s", DICT_PROTOCOL_CMD_HELLO,
+	query = t_strdup_printf("%c%u\t%u\t%s\t%s\n", DICT_PROTOCOL_CMD_HELLO,
 				DICT_CLIENT_PROTOCOL_MAJOR_VERSION,
 				DICT_CLIENT_PROTOCOL_MINOR_VERSION,
 				dict->username, dict->uri);



More information about the dovecot-cvs mailing list