lkundrak / rpms / sendmail

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