artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e750a
)
This log message is an excruiciating pain in the ass when it repeats 4000 times a...
author
beck
<beck@openbsd.org>
Fri, 1 Aug 2008 00:32:56 +0000
(
00:32
+0000)
committer
beck
<beck@openbsd.org>
Fri, 1 Aug 2008 00:32:56 +0000
(
00:32
+0000)
ok djm@
usr.sbin/bind/lib/isc/unix/privsep.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bind/lib/isc/unix/privsep.c
b/usr.sbin/bind/lib/isc/unix/privsep.c
index
4a770d1
..
1d3cc1e
100644
(file)
--- a/
usr.sbin/bind/lib/isc/unix/privsep.c
+++ b/
usr.sbin/bind/lib/isc/unix/privsep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: privsep.c,v 1.
6 2005/05/04 08:29:07 djm Exp $
*/
+/* $OpenBSD: privsep.c,v 1.
7 2008/08/01 00:32:56 beck Exp $
*/
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@
-236,7
+236,6
@@
isc_priv_bind(int fd, struct sockaddr *sa, socklen_t salen)
errx(1, "%s called from privileged portion", __func__);
if (check_bind(sa, salen)) {
- logmsg(LOG_DEBUG, "Binding locally");
status = bind(fd, sa, salen);
} else {
logmsg(LOG_DEBUG, "Binding privsep");