sendmail/sendmail-8.14.8-switchfile.patch
Jaroslav Škarvada 619babf24b New version
Resolves: rhbz#1059665
- Updated/defuzzified patches
2014-02-11 15:22:27 +01:00

14 lines
418 B
Diff

diff --git a/sendmail/conf.c b/sendmail/conf.c
index 7c0ea39..e9f0b02 100644
--- a/sendmail/conf.c
+++ b/sendmail/conf.c
@@ -982,7 +982,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)