From: Ted Lemon Date: Mon, 15 May 2000 15:47:11 +0000 (+0000) Subject: Oops, fix a past-o. X-Git-Tag: V3-BETA-2-PATCH-1~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7deff076431473fc42497582cf47df14c89533f2;p=thirdparty%2Fdhcp.git Oops, fix a past-o. --- diff --git a/omapip/protocol.c b/omapip/protocol.c index d33ab76fe..f28972830 100644 --- a/omapip/protocol.c +++ b/omapip/protocol.c @@ -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);