mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
libctdb
fix a compile problem after renaming a structure field (This used to be ctdb commit f44c02f45dbc13e3cc2e89ee1c96bd0d57042fcc)
This commit is contained in:
parent
e42fc0d4f5
commit
f815237f8f
@ -202,7 +202,7 @@ bool ctdb_send_message(struct ctdb_connection *ctdb,
|
||||
return false;
|
||||
}
|
||||
|
||||
io_elem_init_req_header(req->pdu,
|
||||
io_elem_init_req_header(req->io,
|
||||
CTDB_REQ_MESSAGE, pnn, new_reqid(ctdb));
|
||||
|
||||
pkt = req->hdr.message;
|
||||
|
Loading…
Reference in New Issue
Block a user