sendmail/sendmail-8.17.1-switchfile.patch
Jaroslav Škarvada 69b40b053b New version
Resolves: rhbz#1994268
2021-08-18 22:47:47 +02:00

14 lines
399 B
Diff

diff --git a/sendmail/conf.c b/sendmail/conf.c
index e7a9615..f1bc1b2 100644
--- a/sendmail/conf.c
+++ b/sendmail/conf.c
@@ -1044,7 +1044,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)