Comment 2 for bug 1012138

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Confirmed.

gcs.c seems to be missing something similar to:

    else if (!strcmp (key, GCS_PARAMS_SYNC_DONOR)) {
        return _set_sync_donor (conn, value);
    }

well, it may be that this is indeed a non-dynamic variable (though I see conn->params.fc_master_slave ), but having a dummy method in that case may help.