summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-03-15 14:32:05 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-03-20 19:49:34 +0000
commit66e0f1529f73be9afa5388018729549e9ee38bd6 (patch)
tree520a7e9f28aec8eaaa4b99b35a8b09d0b5250b7d /src
parent5fcc791a74a6f6933b3fb03f36e9ea3553152cf7 (diff)
tidying
Diffstat (limited to 'src')
-rw-r--r--src/src/queue.c1
1 files changed, 0 insertions, 1 deletions
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