From 0bbb14508a90f9af985efc198428e1560ab9b44a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 20 Jul 2010 15:29:29 -0500 Subject: [PATCH] Fixes a typo/oops that shows up on openbsd. --- clients/ms_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ms_conn.c b/clients/ms_conn.c index 005879bd..82016e1f 100644 --- a/clients/ms_conn.c +++ b/clients/ms_conn.c @@ -800,7 +800,7 @@ static int ms_network_connect(ms_conn_t *c, #ifdef AI_ADDRCONFIG hints.ai_flags= AI_PASSIVE | AI_ADDRCONFIG; #else -+ hints.ai_flags= AI_PASSIVE; + hints.ai_flags= AI_PASSIVE; #endif /* AI_ADDRCONFIG */ if (is_udp) { -- 2.30.2