Skip to content
Snippets Groups Projects
Commit 8e81e206 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

One last forgotten constified file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6f442c4a
Branches
Tags
No related merge requests found
......@@ -238,7 +238,7 @@ static int unload_module(void)
static int load_module(void)
{
struct ast_config *cfg;
char *tmp;
const char *tmp;
if ((cfg = ast_config_load(cdr_config))) {
ast_set2_flag(&global_flags, ast_true(ast_variable_retrieve(cfg, "radius", "usegmtime")), RADIUS_FLAG_USEGMTIME);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment