tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 26 Jan 2020 19:44:07 +0000 (19:44 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 28 Jan 2020 12:34:43 +0000 (12:34 +0000)
src/src/auths/cyrus_sasl.c
src/src/exim.c

index bb6c02c500662f35e11f23d9b53748147a8a5693..d6ddc011156a2513ac45d05a7f4c19640ddf7f19 100644 (file)
@@ -290,7 +290,6 @@ for (int i = 0; i < 2; ++i)
   const uschar * label;
   uschar * address_port;
   const char *s_err;
-  socklen_t sslen;
 
   if (i)
     {
index d62e9239b1d07ae6f904ca894dd8899b39b65fa7..9424b95f7bd464eb2a3df2dc4fec3f3768e6bdd9 100644 (file)
@@ -4366,7 +4366,7 @@ if (msg_action_arg > 0 && msg_action != MSG_DELIVER && msg_action != MSG_LOAD)
         yield = EXIT_FAILURE;
     switch (msg_action)
       {
-      case MSG_REMOVE: MSG_DELETE: case MSG_FREEZE: case MSG_THAW: break;
+      case MSG_REMOVE: case MSG_FREEZE: case MSG_THAW: break;
       default: printf("\n"); break;
       }
     }