[exim-cvs] tidying

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] tidying
Gitweb: https://git.exim.org/exim.git/commitdiff/66e0f1529f73be9afa5388018729549e9ee38bd6
Commit:     66e0f1529f73be9afa5388018729549e9ee38bd6
Parent:     5fcc791a74a6f6933b3fb03f36e9ea3553152cf7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Mar 15 14:32:05 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Mar 20 19:49:34 2020 +0000


    tidying
---
 src/src/queue.c | 1 -
 1 file changed, 1 deletion(-)


diff --git a/src/src/queue.c b/src/src/queue.c
index 303a780..2d2772c 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