mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 17:46:40 -04:00
set message->h instead of message->handle with the handle from the wire
This commit is contained in:
parent
e069f340d9
commit
d0ba01058f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue