projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f442c4
)
One last forgotten constified file
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 20 Sep 2006 21:14:33 +0000
(21:14 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 20 Sep 2006 21:14:33 +0000
(21:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43373
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
cdr/cdr_radius.c
patch
|
blob
|
history
diff --git
a/cdr/cdr_radius.c
b/cdr/cdr_radius.c
index
dbbdd17
..
51563fa
100644
(file)
--- a/
cdr/cdr_radius.c
+++ b/
cdr/cdr_radius.c
@@
-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);