|
|
@@ -95,9 +95,9 @@ static int load_config()
|
|
|
char *error_string;
|
|
|
|
|
|
/* User's bootstrap config service */
|
|
|
- config_iface = getenv("OPENAIS_DEFAULT_CONFIG_IFACE");
|
|
|
+ config_iface = getenv("COROSYNC_DEFAULT_CONFIG_IFACE");
|
|
|
if (!config_iface) {
|
|
|
- config_iface = "aisparser";
|
|
|
+ config_iface = "corosync_parser";
|
|
|
}
|
|
|
|
|
|
/* Make a copy so we can deface it with strtok */
|