ae3ee73af3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sendmail#3baf116d7073be1d62a85ef5416e2cd6f672d538
14 lines
395 B
Diff
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)
|