Merge 4.80.1 security fix in.
[exim.git] / src / src / transports / pipe.c
index a681bc42d46960fd3720839bda54a4db072e7ba8..32a7bfa7c8bfb751dd1be2c8f24a867aaaefedaf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/transports/pipe.c,v 1.15 2010/06/05 10:04:44 pdp Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -188,7 +186,7 @@ if (ob->permit_coredump)
     if (errno != ENOSYS && errno != ENOTSUP)
 #endif
       log_write(0, LOG_MAIN,
-          "delivery setrlimit(RLIMIT_CORE, RLIMI_INFINITY) failed: %s",
+          "delivery setrlimit(RLIMIT_CORE, RLIM_INFINITY) failed: %s",
           strerror(errno));
     }
   }