mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +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")) {
|
||||
globals.default_template = switch_core_strdup(pool, val);
|
||||
} 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);
|
||||
|
||||
|
||||
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user