mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(res_isourserver): Fix cast.
This commit is contained in:
@@ -205,7 +205,7 @@ res_send_setrhook(res_send_rhook hook) {
|
||||
|
||||
int
|
||||
res_isourserver(const struct sockaddr_in *inp) {
|
||||
return (res_ourserver_p((const struct sockaddr_in6 *) &_res, inp));
|
||||
return (res_ourserver_p(&_res, (const struct sockaddr_in6 *) inp));
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user