kopia lustrzana https://gitlab.com/sane-project/backends
- Remove unnecessary 'res' variable assignment in check_host()
(AF-indep version)merge-requests/1/head
rodzic
9cdf75633d
commit
2ddc741dac
|
@ -865,7 +865,6 @@ check_host (int fd)
|
|||
hints.ai_family = PF_INET;
|
||||
#endif /* ENABLE_IPV6 */
|
||||
|
||||
res = NULL;
|
||||
err = getaddrinfo (hostname, NULL, &hints, &res);
|
||||
if (err)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue