sendmail/sendmail-8.16.1-switchfile.patch
Jaroslav Škarvada c29ebcc8ac New version
Resolves: rhbz#1853885
Dropped smtp-session-reuse-fix, openssl-1.1.0-fix, openssl-1.1.0-ecdhe-fix,
  gethostbyname2, fix-covscan-issues, gcc-10-fix patches (not needed)
Dropped format-security patch (upstreamed)
Updated patches
2020-07-07 22:06:27 +02:00

14 lines
395 B
Diff

diff --git a/sendmail/conf.c b/sendmail/conf.c
index 63c545c..e9fa42c 100644
--- a/sendmail/conf.c
+++ b/sendmail/conf.c
@@ -1039,7 +1039,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
p = strpbrk(buf, SM_NSSWITCH_DELIMS);
if (p != NULL)