109c109
< htobe<unsigned long>(bindToLoopback ? INADDR_LOOPBACK : INADDR_ANY);
---
> htobe<in_addr_t>(bindToLoopback ? INADDR_LOOPBACK : INADDR_ANY);