lkundrak / rpms / sendmail

Forked from rpms/sendmail 4 years ago
Clone
6a71b19
diff -up sendmail-8.14.3/sendmail/conf.c.switchfile sendmail-8.14.3/sendmail/conf.c
6a71b19
--- sendmail-8.14.3/sendmail/conf.c.switchfile	2008-04-14 04:09:35.000000000 +0200
6a71b19
+++ sendmail-8.14.3/sendmail/conf.c	2009-12-15 13:32:55.000000000 +0100
6a71b19
@@ -968,7 +968,7 @@ switch_map_find(service, maptype, mapret
6a71b19
 				p = strpbrk(buf, "#\n");
6a71b19
 				if (p != NULL)
6a71b19
 					*p = '\0';
6a71b19
-				p = strpbrk(buf, " \t");
6a71b19
+				p = strpbrk(buf, " \t:");
6a71b19
 				if (p != NULL)
6a71b19
 					*p++ = '\0';
6a71b19
 				if (buf[0] == '\0')