summaryrefslogtreecommitdiff
path: root/common/dispatch.c
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-05-25 00:22:29 +0000
committerShawn Routhier <sar@isc.org>2010-05-25 00:22:29 +0000
commitd122accf9a2f5e7af71dd7c743720a27e10dc654 (patch)
tree84ac7f9df865f4565e6342344310fa8408d255c6 /common/dispatch.c
parent8a513c436ba497094752a6013be509a9ccc3734e (diff)
downloadisc-dhcp-d122accf9a2f5e7af71dd7c743720a27e10dc654.tar.gz
Patch for 21093 - handle v4 or v6 only a little better. If we can't contstruct
the context log it and leave, if we can but then try and do a DDNS transaction using the protocol we don't have log it and continue.
Diffstat (limited to 'common/dispatch.c')
-rw-r--r--common/dispatch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/dispatch.c b/common/dispatch.c
index fef2249f..27b59a9f 100644
--- a/common/dispatch.c
+++ b/common/dispatch.c
@@ -3,7 +3,7 @@
Network input dispatcher... */
/*
- * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -112,8 +112,6 @@ dispatch(void)
status = isc_app_ctxrun(dhcp_gbl_ctx.actx);
- isclib_cleanup();
-
log_fatal ("Dispatch routine failed: %s -- exiting",
isc_result_totext (status));
}