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 used to be commit c1415349ac)
This commit is contained in:
Andrew Tridgell 1996-07-22 12:04:56 +00:00
parent 124beb45f8
commit 4bfbee68f7

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;