set message->h instead of message->handle with the handle from the wire

This commit is contained in:
David Lawrence
2000-01-24 15:22:46 +00:00
parent e069f340d9
commit d0ba01058f

View File

@@ -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);