mirror of
https://github.com/sheumann/hush.git
synced 2025-01-02 09:31:26 +00:00
netstat: fix a trivial bug
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
baab327719
commit
45e9792446
@ -437,7 +437,7 @@ static int FAST_FUNC tcp_do_one(char *line)
|
|||||||
) \
|
) \
|
||||||
)
|
)
|
||||||
#else
|
#else
|
||||||
# define NOT_NULL_ADDR(A) (A.sin_addr.s_addr)
|
# define NOT_NULL_ADDR(A) (A.sin.sin_addr.s_addr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int FAST_FUNC udp_do_one(char *line)
|
static int FAST_FUNC udp_do_one(char *line)
|
||||||
|
Loading…
Reference in New Issue
Block a user