type typo. Thanks, Devin Bayer
This commit is contained in:
parent
b267f13c61
commit
06776b3650
@ -62,7 +62,7 @@ void bb_lookup_host(struct sockaddr_in *s_in, const char *host)
|
||||
int xconnect(struct sockaddr_in *s_addr)
|
||||
{
|
||||
int s = socket(AF_INET, SOCK_STREAM, 0);
|
||||
if (connect(s, (struct sockaddr_in *)s_addr, sizeof(struct sockaddr_in)) < 0)
|
||||
if (connect(s, (struct sockaddr *)s_addr, sizeof(struct sockaddr_in)) < 0)
|
||||
{
|
||||
if (ENABLE_FEATURE_CLEAN_UP) close(s);
|
||||
bb_perror_msg_and_die("Unable to connect to remote host (%s)",
|
||||
|
Loading…
Reference in New Issue
Block a user