mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 23:40:00 -04:00
remove isc_os_minprivs call accidently committed
This commit is contained in:
parent
1ea08129b6
commit
84e7c0efbf
1 changed files with 1 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.347 2011/08/25 08:17:54 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.348 2011/08/25 11:37:13 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -3802,8 +3802,6 @@ watcher(void *uap) {
|
|||
pollstate_t pollstate = poll_idle;
|
||||
#endif
|
||||
|
||||
isc_os_minprivs();
|
||||
|
||||
#if defined (USE_SELECT)
|
||||
/*
|
||||
* Get the control fd here. This will never change.
|
||||
|
|
|
|||
Loading…
Reference in a new issue