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

Fix clang warning

parent 5e3c2cdc
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ int dns_getmx(char* name, char* mx, char* mx2 ...@@ -255,7 +255,7 @@ int dns_getmx(char* name, char* mx, char* mx2
/* check for writability */ /* check for writability */
if (!socket_writable(sock, timeout * 1000)) { if (!socket_writable(sock, timeout * 1000)) {
result =- 1; result = -1;
mail_close_socket(&sock, &sess); mail_close_socket(&sock, &sess);
return(result); 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