summaryrefslogtreecommitdiff
path: root/omapip/buffer.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
committerDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
commit66cebfcb89712e946bb564e88e35f46a7f4e00f4 (patch)
tree436afd0222bf30f1e0894afaef716980d8f355c5 /omapip/buffer.c
parent3004d0a31848daade58e34187289d1fcf3f274aa (diff)
downloadisc-dhcp-66cebfcb89712e946bb564e88e35f46a7f4e00f4.tar.gz
- ./configure was extended to cover many optional build features, such
as failover, server tracing, debugging, and the execute() command. [ISC-Bugs #17678]
Diffstat (limited to 'omapip/buffer.c')
-rw-r--r--omapip/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/buffer.c b/omapip/buffer.c
index 4e851280..4204574c 100644
--- a/omapip/buffer.c
+++ b/omapip/buffer.c
@@ -442,7 +442,6 @@ isc_result_t omapi_connection_writer (omapi_object_t *h)
unsigned first_byte;
omapi_buffer_t *buffer;
omapi_connection_object_t *c;
- isc_result_t status;
if (!h || h -> type != omapi_type_connection)
return ISC_R_INVALIDARG;
@@ -504,6 +503,7 @@ isc_result_t omapi_connection_writer (omapi_object_t *h)
#if defined (TRACING)
if (trace_record ()) {
+ isc_result_t status;
trace_iov_t iov [2];
int32_t connect_index;