kopia lustrzana https://gitlab.com/sane-project/backends
Forgot one of the two in_addr_t declarations, now replaced the
second one too (s/in_addr_t/u_int32_t/).merge-requests/1/head
rodzic
51e2c9af18
commit
e54e51f586
|
@ -608,7 +608,7 @@ check_v4_in_range (struct in_addr *inaddr, struct in_addr *base, char *netmask)
|
||||||
int cidr;
|
int cidr;
|
||||||
int i;
|
int i;
|
||||||
char *end;
|
char *end;
|
||||||
in_addr_t mask;
|
u_int32_t mask;
|
||||||
SANE_Bool ret = SANE_FALSE;
|
SANE_Bool ret = SANE_FALSE;
|
||||||
|
|
||||||
cidr = -1;
|
cidr = -1;
|
||||||
|
|
Ładowanie…
Reference in New Issue