diff options
Diffstat (limited to 'source4/lib/samba3/samba3.h')
-rw-r--r-- | source4/lib/samba3/samba3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index bc73e8941d..202ac767ec 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -98,7 +98,7 @@ struct samba3_winsdb_entry int type; time_t ttl; uint32_t ip_count; - struct ipv4_addr *ips; + struct in_addr *ips; }; struct samba3_policy |