mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 03:50:10 +00:00
fix CR line endings
This commit is contained in:
parent
cc198a6e91
commit
5401c60493
@ -346,8 +346,8 @@ static switch_status_t load_config(switch_memory_pool_t *pool)
|
|||||||
} else if (!strcasecmp(var, "default-template")) {
|
} else if (!strcasecmp(var, "default-template")) {
|
||||||
globals.default_template = switch_core_strdup(pool, val);
|
globals.default_template = switch_core_strdup(pool, val);
|
||||||
} else if (!strcasecmp(var, "master-file-only")) {
|
} else if (!strcasecmp(var, "master-file-only")) {
|
||||||
globals.masterfileonly = switch_true(val);
|
globals.masterfileonly = switch_true(val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -405,8 +405,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_cdr_csv_load)
|
|||||||
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user