View | Details | Raw Unified | Return to bug 205374 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-imap__httpd.c (+20 lines)
Line 0 Link Here
1
--- imap/httpd.c.orig	2015-12-16 12:54:44.000000000 +0100
2
+++ imap/httpd.c	2015-12-16 12:55:06.000000000 +0100
3
@@ -560,7 +560,7 @@
4
     }
5
 
6
     /* other params should be filled in */
7
-    if (sasl_server_new("HTTP", config_servername, NULL, NULL, NULL, NULL,
8
+    if (sasl_server_new("http", config_servername, NULL, NULL, NULL, NULL,
9
 			SASL_USAGE_FLAGS, &httpd_saslconn) != SASL_OK)
10
 	fatal("SASL failed initializing: sasl_server_new()",EC_TEMPFAIL); 
11
 
12
@@ -846,7 +846,7 @@
13
 
14
     sasl_dispose(conn);
15
     /* do initialization typical of service_main */
16
-    ret = sasl_server_new("HTTP", config_servername, NULL, NULL, NULL, NULL,
17
+    ret = sasl_server_new("http", config_servername, NULL, NULL, NULL, NULL,
18
 			  SASL_USAGE_FLAGS, conn);
19
     if(ret != SASL_OK) return ret;
20
 

Return to bug 205374