The branch, master has been updated
       via  f44c02f45dbc13e3cc2e89ee1c96bd0d57042fcc (commit)
      from  c111e98d3ad7bd3d09f4081e9bb1443d3722672f (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f44c02f45dbc13e3cc2e89ee1c96bd0d57042fcc
Author: Ronnie Sahlberg <[email protected]>
Date:   Fri Dec 10 14:18:28 2010 +1100

    libctdb
    
    fix a compile problem after renaming a structure field

-----------------------------------------------------------------------

Summary of changes:
 libctdb/messages.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libctdb/messages.c b/libctdb/messages.c
index f28ac4a..d61d29e 100644
--- a/libctdb/messages.c
+++ b/libctdb/messages.c
@@ -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;


-- 
CTDB repository

Reply via email to