mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 05:39:04 +00:00
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:
parent
010198fac4
commit
6c3ed50de0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user