X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flocal_scan.c;h=2032ae70dab8a5ab026b1ee2feff79f6d1877b87;hb=f517c5879577b17586548fd4ba70ce9cfb862369;hp=4bb6b63eec89215cf205fd2520ee090a725f16a5;hpb=0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/local_scan.c b/src/src/local_scan.c index 4bb6b63ee..2032ae70d 100644 --- a/src/src/local_scan.c +++ b/src/src/local_scan.c @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/local_scan.c,v 1.5 2009/11/16 19:50:37 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ @@ -14,6 +12,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 @@ -58,8 +57,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; }