mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
multiline separator: s/"$"/" $ "/
This commit is contained in:
parent
236be7f5a7
commit
a847e20589
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ mail_is_good:
|
|||
* are done.
|
||||
*/
|
||||
if (count++ > 1)
|
||||
(void) strcat(buffer, "$");
|
||||
(void) strcat(buffer, " $ ");
|
||||
(void) strcat(buffer, line);
|
||||
if (!multiline)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue