lkundrak / rpms / sendmail

Forked from rpms/sendmail 4 years ago
Clone
619babf
diff --git a/sendmail/conf.c b/sendmail/conf.c
2c911c4
index c73334e..cbb9c76 100644
619babf
--- a/sendmail/conf.c
619babf
+++ b/sendmail/conf.c
2c911c4
@@ -986,7 +986,7 @@ switch_map_find(service, maptype, mapreturn)
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)