sendmail/sendmail-8.15.1-switchfile.patch
Jaroslav Škarvada 144365ffb4 New version
- Dropped hesiod patch (not needed)
- Dropped libdb5 patch (upstreamed)
- Rebased patches
2014-12-08 15:51:51 +01:00

14 lines
418 B
Diff

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