Update src/common/inbound.c

This commit is contained in:
Patrick 2022-05-13 15:49:45 -05:00 committed by GitHub
parent 31163c340c
commit 99417ef73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1945,9 +1945,8 @@ inbound_sasl_authenticate (server *serv, char *data)
g_free (pass_chunk);
}
}
if (pass_len % 400 == 0) {
if (pass_len % 400 == 0)
tcp_sendf (serv, "AUTHENTICATE +\r\n");
}
g_free (pass);