X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5fcc791a74a6f6933b3fb03f36e9ea3553152cf7..66e0f1529f73be9afa5388018729549e9ee38bd6:/src/src/queue.c diff --git a/src/src/queue.c b/src/src/queue.c index 303a78086..2d2772c1a 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -1548,7 +1548,6 @@ memcpy(buf+1, msgid, MESSAGE_ID_LENGTH+1); if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) >= 0) { struct sockaddr_un sa_un = {.sun_family = AF_UNIX}; - int slen; #ifdef EXIM_HAVE_ABSTRACT_UNIX_SOCKETS int len = offsetof(struct sockaddr_un, sun_path) + 1