diff options
author | David Hankins <dhankins@isc.org> | 2008-02-28 21:21:56 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2008-02-28 21:21:56 +0000 |
commit | 66cebfcb89712e946bb564e88e35f46a7f4e00f4 (patch) | |
tree | 436afd0222bf30f1e0894afaef716980d8f355c5 /omapip/connection.c | |
parent | 3004d0a31848daade58e34187289d1fcf3f274aa (diff) | |
download | isc-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/connection.c')
-rw-r--r-- | omapip/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/connection.c b/omapip/connection.c index 618eaa75..93509696 100644 --- a/omapip/connection.c +++ b/omapip/connection.c @@ -437,7 +437,6 @@ isc_result_t omapi_disconnect (omapi_object_t *h, int force) { omapi_connection_object_t *c; - isc_result_t status; #ifdef DEBUG_PROTOCOL log_debug ("omapi_disconnect(%s)", force ? "force" : ""); @@ -449,6 +448,7 @@ isc_result_t omapi_disconnect (omapi_object_t *h, #if defined (TRACING) if (trace_record ()) { + isc_result_t status; int32_t index; index = htonl (c -> index); |