summaryrefslogtreecommitdiff
path: root/omapip/isclib.c
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-11-20 00:10:14 +0000
committerShawn Routhier <sar@isc.org>2009-11-20 00:10:14 +0000
commitfe4b839a226603eb3085e70d3cc1f2b6d208bdc6 (patch)
tree2dbc7abaa3f8a86eef6c6106b4d362c730ddb225 /omapip/isclib.c
parentc900c5b249bfcb93a5dc8d463caeb78256574779 (diff)
downloadisc-dhcp-fe4b839a226603eb3085e70d3cc1f2b6d208bdc6.tar.gz
Update to bind 9.7.0b3, remove work around for fdwatchpoke bug
Diffstat (limited to 'omapip/isclib.c')
-rw-r--r--omapip/isclib.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/omapip/isclib.c b/omapip/isclib.c
index 59bba1ff..3225096d 100644
--- a/omapip/isclib.c
+++ b/omapip/isclib.c
@@ -127,16 +127,7 @@ dhcp_context_create(void) {
if (result != ISC_R_SUCCESS)
goto cleanup;
- /*sar*/
- /*
- * We currently use a large number for quantum to get around
- * an issue in the fdwatchpoke code that allows us to re-check
- * a socket for reading or writing even if it already has a pending
- * read or write. This event causes an exception and stops the
- * program. When that code is fixed the quantum can be reduced.
- */
- result = isc_task_create(dhcp_gbl_ctx.taskmgr, 100,
- &dhcp_gbl_ctx.task);
+ result = isc_task_create(dhcp_gbl_ctx.taskmgr, 0, &dhcp_gbl_ctx.task);
if (result != ISC_R_SUCCESS)
goto cleanup;