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
Julien BLACHE 2003-10-22 19:44:14 +00:00
rodzic 51e2c9af18
commit e54e51f586
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -608,7 +608,7 @@ check_v4_in_range (struct in_addr *inaddr, struct in_addr *base, char *netmask)
int cidr;
int i;
char *end;
in_addr_t mask;
u_int32_t mask;
SANE_Bool ret = SANE_FALSE;
cidr = -1;