aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xconnect.c')
-rw-r--r--libbb/xconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c
index 8466325c7..e7d510678 100644
--- a/libbb/xconnect.c
+++ b/libbb/xconnect.c
@@ -166,7 +166,7 @@ USE_FEATURE_IPV6(sa_family_t af,)
166 if (rc || !result) { 166 if (rc || !result) {
167 bb_error_msg("bad address '%s'", org_host); 167 bb_error_msg("bad address '%s'", org_host);
168 if (ai_flags & DIE_ON_ERROR) 168 if (ai_flags & DIE_ON_ERROR)
169 sleep_and_die(); 169 xfunc_die();
170 goto ret; 170 goto ret;
171 } 171 }
172 r = xmalloc(offsetof(len_and_sockaddr, sa) + result->ai_addrlen); 172 r = xmalloc(offsetof(len_and_sockaddr, sa) + result->ai_addrlen);