This commit is contained in:
Gregory Nutt 2014-08-17 09:46:42 -06:00
parent 1fd7fea390
commit 39cd029b28

View File

@ -110,6 +110,7 @@ int netlib_setdraddr(const char *ifname, const struct in_addr *addr)
close(sockfd);
}
}
return ret;
}