Support ret-full on lsearch. Bug 2611
[users/jgh/exim.git] / src / src / parse.c
index 9bc76c3c6a4058ef1c4a15fbbee8841d63df7d99..0ce36a345d05c95dfcec08e2a005c6c763940af7 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for parsing addresses */
@@ -1524,7 +1525,7 @@ for (;;)
 
     if (!f)
       {
-      *error = string_open_failed(errno, "included file %s", filename);
+      *error = string_open_failed("included file %s", filename);
       return FF_INCLUDEFAIL;
       }