Skip to content
Snippets Groups Projects
Commit c926f87d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Why are resolve_ip() and rblchk() returning the (sometimes 64-bit) ulong?

Or even weirder, u_long?

And dereffing a ulong/u_long pointer where you expect to find an IPv4 address?
Yet even weirder still.

Fix that spit: It appears in_addr_t is defined on all platforms (?), so use
that type instead.
parent 94d6be45
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4420 passed
Loading
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