c866bb
--- sendmail-8.14.4/sendmail/conf.c		2009-12-18 18:25:12.000000000 +0100
c866bb
+++ sendmail-8.14.4/sendmail/conf.c.switchfile	2010-01-03 23:08:27.000000000 +0100
c866bb
@@ -972,7 +972,7 @@
c866bb
 				if (p != NULL)
c866bb
 					*p = '\0';
c866bb
 #ifndef SM_NSSWITCH_DELIMS
c866bb
-# define SM_NSSWITCH_DELIMS	" \t"
c866bb
+# define SM_NSSWITCH_DELIMS	" \t:"
c866bb
 #endif /* SM_NSSWITCH_DELIMS */
c866bb
 				p = strpbrk(buf, SM_NSSWITCH_DELIMS);
c866bb
 				if (p != NULL)