Blame SOURCES/sendmail-8.15.2-switchfile.patch

95f7f3
diff --git a/sendmail/conf.c b/sendmail/conf.c
95f7f3
index c73334e..cbb9c76 100644
95f7f3
--- a/sendmail/conf.c
95f7f3
+++ b/sendmail/conf.c
95f7f3
@@ -986,7 +986,7 @@ switch_map_find(service, maptype, mapreturn)
95f7f3
 				if (p != NULL)
95f7f3
 					*p = '\0';
95f7f3
 #ifndef SM_NSSWITCH_DELIMS
95f7f3
-# define SM_NSSWITCH_DELIMS	" \t"
95f7f3
+# define SM_NSSWITCH_DELIMS	" \t:"
95f7f3
 #endif /* SM_NSSWITCH_DELIMS */
95f7f3
 				p = strpbrk(buf, SM_NSSWITCH_DELIMS);
95f7f3
 				if (p != NULL)