From d0ba01058fe990430b8942f0368bc00d2febd744 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Jan 2000 15:22:46 +0000 Subject: [PATCH] set message->h instead of message->handle with the handle from the wire --- lib/omapi/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index 705900bb88..5f90cc4110 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -361,7 +361,7 @@ dispatch_messages(omapi_protocol_t *protocol, /* XXXTL bind the authenticator here! */ connection_getuint32(connection, &protocol->message->authlen); connection_getuint32(connection, &protocol->message->op); - connection_getuint32(connection, &protocol->message->handle); + connection_getuint32(connection, &protocol->message->h); connection_getuint32(connection, &protocol->message->id); connection_getuint32(connection, &protocol->message->rid);