From 7deff076431473fc42497582cf47df14c89533f2 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 15 May 2000 15:47:11 +0000 Subject: [PATCH] Oops, fix a past-o. --- omapip/protocol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.47.3