]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix bug in the way object handles were being... handled.
authorTed Lemon <source@isc.org>
Tue, 25 Jan 2000 01:31:56 +0000 (01:31 +0000)
committerTed Lemon <source@isc.org>
Tue, 25 Jan 2000 01:31:56 +0000 (01:31 +0000)
omapip/protocol.c

index 1c943ff12d0a6610dc780f52337d87d5a97539b6..c856750046000dd78b949c7cd43d809a2cbd1057 100644 (file)
@@ -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);