1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
fix a compile problem after renaming a structure field

(This used to be ctdb commit f44c02f45dbc13e3cc2e89ee1c96bd0d57042fcc)
This commit is contained in:
Ronnie Sahlberg 2010-12-10 14:18:28 +11:00
parent e42fc0d4f5
commit f815237f8f

View File

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