diff options
Diffstat (limited to 'source4/lib/interfaces.c')
-rw-r--r-- | source4/lib/interfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/interfaces.c b/source4/lib/interfaces.c index 96f4b4cd94..89ed144eec 100644 --- a/source4/lib/interfaces.c +++ b/source4/lib/interfaces.c @@ -284,7 +284,7 @@ static int _get_interfaces(struct iface_struct *ifaces, int max_interfaces) i = ifc.ifc_len; while (i > 0 && total < max_interfaces) { - unsigned inc; + uint_t inc; inc = ifr->ifr_addr.sa_len; |