diff options
Diffstat (limited to 'source3/nmbd/nmbd_become_lmb.c')
-rw-r--r-- | source3/nmbd/nmbd_become_lmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_become_lmb.c b/source3/nmbd/nmbd_become_lmb.c index ffa3b38cba..b97da7d8b4 100644 --- a/source3/nmbd/nmbd_become_lmb.c +++ b/source3/nmbd/nmbd_become_lmb.c @@ -67,7 +67,7 @@ static void remove_permanent_name_from_unicast( struct subnet_record *subrec, { /* Remove this broadcast subnet IP address from the name. */ remove_ip_from_name_record( namerec, subrec->myip); - if(namerec->num_ips == 0) + if(namerec->data.num_ips == 0) remove_name_from_namelist( unicast_subnet, namerec); } } |