From b3273cf4039d26e66ae58a8acb9d865461618d54 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:42:47 +0300 Subject: net: Use network byte order for in_addr.s_addr It is documented in the ip(7) manual page. --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.cpp b/src/net.cpp index 5b533d7d17..856a1b390d 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2322,7 +2322,7 @@ bool CConnman::InitBinds(const std::vector& binds, const std::vector