]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oops, fix a past-o.
authorTed Lemon <source@isc.org>
Mon, 15 May 2000 15:47:11 +0000 (15:47 +0000)
committerTed Lemon <source@isc.org>
Mon, 15 May 2000 15:47:11 +0000 (15:47 +0000)
omapip/protocol.c

index d33ab76fe5007338b73a1981573467027ff549ba..f28972830e1daa38972a08bb0fae3b9826a55186 100644 (file)
@@ -247,8 +247,7 @@ isc_result_t omapi_protocol_signal_handler (omapi_object_t *h,
        if (!strcmp (name, "connect")) {
                /* Send the introductory message. */
                status = omapi_protocol_send_intro
-                       ((omapi_object_t *)obj,
-                        OMAPI_PROTOCOL_VERSION,
+                       (h, OMAPI_PROTOCOL_VERSION,
                         sizeof (omapi_protocol_header_t));
                if (status != ISC_R_SUCCESS) {
                        omapi_disconnect (p -> outer, 1);