This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git c/src/instance.c w/src/instance.c | |
index e0101d9..326de45 100644 | |
--- c/src/instance.c | |
+++ w/src/instance.c | |
@@ -332,21 +332,21 @@ void libcouchbase_apply_vbucket_config(libcouchbase_t instance, VBUCKET_CONFIG_H | |
instance->backup_nodes[ii] = instance->backup_nodes[nn]; | |
instance->backup_nodes[nn] = pp; | |
} | |
} | |
instance->sasl.name = vbucket_config_get_user(instance->vbucket_config); |