dovecot-2.2: dns: Removed login/dns-client socket, since it's no...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 25 05:13:46 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/fb972ad3213d
changeset: 14158:fb972ad3213d
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 25 05:13:39 2012 +0200
description:
dns: Removed login/dns-client socket, since it's no longer necessary.

diffstat:

 src/dns/dns-client-settings.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r da36d22ab37a -r fb972ad3213d src/dns/dns-client-settings.c
--- a/src/dns/dns-client-settings.c	Sat Feb 25 05:13:27 2012 +0200
+++ b/src/dns/dns-client-settings.c	Sat Feb 25 05:13:39 2012 +0200
@@ -9,12 +9,10 @@
 
 /* <settings checks> */
 static struct file_listener_settings dns_client_unix_listeners_array[] = {
-	{ "dns-client", 0666, "", "" },
-	{ "login/dns-client", 0666, "", "" }
+	{ "dns-client", 0666, "", "" }
 };
 static struct file_listener_settings *dns_client_unix_listeners[] = {
-	&dns_client_unix_listeners_array[0],
-	&dns_client_unix_listeners_array[1]
+	&dns_client_unix_listeners_array[0]
 };
 static buffer_t dns_client_unix_listeners_buf = {
 	dns_client_unix_listeners, sizeof(dns_client_unix_listeners), { 0, }


More information about the dovecot-cvs mailing list