The branch, 1.2 has been updated
       via  ae1aeacc05a39177d274ed8fb90e24163a59bae8 (commit)
      from  5a46d95b8d4dbc1e5aea3fb73912ac6ee49cd182 (commit)

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


- Log -----------------------------------------------------------------
commit ae1aeacc05a39177d274ed8fb90e24163a59bae8
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