mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Oops, should be "tz", not "zonetag".
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@162463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8667,7 +8667,7 @@ static int load_config(void)
|
||||
tmpread = tmpwrite + 1;
|
||||
}
|
||||
}
|
||||
if ((s = ast_variable_retrieve(cfg, "general", "zonetag"))) {
|
||||
if ((s = ast_variable_retrieve(cfg, "general", "tz"))) {
|
||||
ast_copy_string(zonetag, s, sizeof(zonetag));
|
||||
}
|
||||
if ((s = ast_variable_retrieve(cfg, "general", "pagersubject")))
|
||||
|
Reference in New Issue
Block a user