git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124beb4
)
minor debug output fix
author
Andrew Tridgell
<tridge@samba.org>
Mon, 22 Jul 1996 12:04:56 +0000
(12:04 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Mon, 22 Jul 1996 12:04:56 +0000
(12:04 +0000)
(This used to be commit
c1415349acd7790eba236f26192a5098b5e26590
)
source3/namedbsubnet.c
patch
|
blob
|
history
diff --git
a/source3/namedbsubnet.c
b/source3/namedbsubnet.c
index dd26592e66bb56cd740cc3a243fb9f7ba9837343..c78307f66650ac6cf85f8d9acc9685aa99dc662c 100644
(file)
--- a/
source3/namedbsubnet.c
+++ b/
source3/namedbsubnet.c
@@
-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;