X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..c3d6f1ff09458b3e7619f9bc4799aec0ab5fc2f2:/src/src/local_scan.c diff --git a/src/src/local_scan.c b/src/src/local_scan.c index 3500047ca..7a3bae7e3 100644 --- a/src/src/local_scan.c +++ b/src/src/local_scan.c @@ -3,6 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -12,6 +13,7 @@ If you want to implement your own version, you should copy this file to, say Local/local_scan.c, and edit the copy. To use your version instead of the default, you must set +HAVE_LOCAL_SCAN=yes LOCAL_SCAN_SOURCE=Local/local_scan.c in your Local/Makefile. This makes it easy to copy your version for use with @@ -56,8 +58,6 @@ The return values of this function are: int local_scan(int fd, uschar **return_text) { -fd = fd; /* Keep picky compilers happy */ -return_text = return_text; return LOCAL_SCAN_ACCEPT; }