X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim_lock.c;h=427d22c1ed0e8aac07409dfba80c9640e323afdf;hb=dae16fc62c042f1c300db82ec1fc0d95cb8d66d3;hp=2624aff5e2557ac88368bf82f86cd070c774e34c;hpb=50ef79ad104a8bd26fb21504c13f7e4866824098;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim_lock.c b/src/src/exim_lock.c index 2624aff5e..427d22c1e 100644 --- a/src/src/exim_lock.c +++ b/src/src/exim_lock.c @@ -10,7 +10,7 @@ Default is -fcntl -lockfile. Argument: the name of the lock file -Copyright (c) The Exim Maintainers 2016 +Copyright (c) The Exim Maintainers 2016 - 2021 */ #include "os.h" @@ -87,7 +87,6 @@ the other stuff in os.c, so force the other macros to omit it. */ static void sigalrm_handler(int sig) { -sig = sig; /* Keep picky compilers happy */ sigalrm_seen = TRUE; }