Skip to content
Snippets Groups Projects
Commit b9b02859 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix clang warning

parent e2f3407c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1691 passed
......@@ -255,7 +255,7 @@ int dns_getmx(char* name, char* mx, char* mx2
/* check for writability */
if (!socket_writable(sock, timeout * 1000)) {
result =- 1;
result = -1;
mail_close_socket(&sock, &sess);
return(result);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment