Change AIS names to corosync

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1630 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Christine Caulfield 2008-08-13 10:33:11 +00:00
parent 010198fac4
commit 6c3ed50de0

View File

@ -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 */