mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 162466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r162466 | tilghman | 2008-12-09 17:10:34 -0600 (Tue, 09 Dec 2008) | 9 lines Merged revisions 162463 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162463 | tilghman | 2008-12-09 17:08:53 -0600 (Tue, 09 Dec 2008) | 2 lines Oops, should be "tz", not "zonetag". ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@162469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9534,7 +9534,7 @@ static int load_config(int reload)
|
||||
adsiver = atoi(val);
|
||||
}
|
||||
}
|
||||
if ((val = ast_variable_retrieve(cfg, "general", "zonetag"))) {
|
||||
if ((val = ast_variable_retrieve(cfg, "general", "tz"))) {
|
||||
ast_copy_string(zonetag, val, sizeof(zonetag));
|
||||
}
|
||||
if ((val = ast_variable_retrieve(cfg, "general", "emailsubject"))) {
|
||||
|
||||
Reference in New Issue
Block a user