chiark / gitweb /
Fix check_loopback()
authorStéphane Graber <stgraber@ubuntu.com>
Sat, 27 Dec 2014 18:17:39 +0000 (19:17 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sat, 27 Dec 2014 18:17:39 +0000 (19:17 +0100)
Add missing htonl() so that check_loopback() actually tests for 127.0.0.1
instead of 1.0.0.127 on little-endian machines.


No differences found