socket-util: inet_parse_passive() had incorrect argument type.
authorEthan Jackson <ethan@nicira.com>
Tue, 13 Sep 2011 20:28:49 +0000 (13:28 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 13 Sep 2011 21:29:41 +0000 (14:29 -0700)
commit995337c4fc5f249965c52be52e852e5195ed2542
tree1f14024cd8bfc299c20d5d9bebdf69047763414d
parenta6d214f0055dc773750295a5db7cc5ca14bc5ce7
socket-util:  inet_parse_passive() had incorrect argument type.

This patch fixes the following compiler warning:

lib/socket-util.c:621:5: error: comparison is always false due to
limited range of data type [-Werror=type-limits]
lib/socket-util.c
lib/socket-util.h