Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/ctdb/protocol/protocol_message.c

    r988 r989  
    4141
    4242        switch (srvid) {
     43
     44
     45
     46
    4347        case CTDB_SRVID_ELECTION:
    4448                len = ctdb_election_message_len(mdata->election);
     
    115119{
    116120        switch (srvid) {
     121
     122
     123
     124
    117125        case CTDB_SRVID_ELECTION:
    118126                ctdb_election_message_push(mdata->election, buf);
     
    190198
    191199        switch (srvid) {
     200
     201
     202
     203
    192204        case CTDB_SRVID_ELECTION:
    193205                ret = ctdb_election_message_pull(buf, buflen, mem_ctx,
Note: See TracChangeset for help on using the changeset viewer.