1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

minor debug output fix

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 6fa3468c9b
commit c1415349ac

View File

@ -137,7 +137,7 @@ static struct subnet_record *make_subnet(struct in_addr bcast_ip, struct in_addr
bzero((char *)d,sizeof(*d));
DEBUG(4, ("making domain %s ", inet_ntoa(bcast_ip)));
DEBUG(4, ("making subnet %s ", inet_ntoa(bcast_ip)));
DEBUG(4, ("%s\n", inet_ntoa(mask_ip)));
d->bcast_ip = bcast_ip;