From: Ted Lemon Date: Tue, 25 Jan 2000 01:31:56 +0000 (+0000) Subject: Fix bug in the way object handles were being... handled. X-Git-Tag: V3-BETA-2-PATCH-1~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3185c1883b7d482aeaa1e0df119b9429a4f847d8;p=thirdparty%2Fdhcp.git Fix bug in the way object handles were being... handled. --- diff --git a/omapip/protocol.c b/omapip/protocol.c index 1c943ff12..c85675004 100644 --- a/omapip/protocol.c +++ b/omapip/protocol.c @@ -301,7 +301,7 @@ isc_result_t omapi_protocol_signal_handler (omapi_object_t *h, omapi_connection_get_uint32 (c, &p -> message -> authlen); omapi_connection_get_uint32 (c, &p -> message -> op); omapi_connection_get_uint32 (c, &th); - p -> message -> handle = th; + p -> message -> h = th; omapi_connection_get_uint32 (c, &p -> message -> id); omapi_connection_get_uint32 (c, &p -> message -> rid);