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:
Tilghman Lesher
2008-12-09 23:08:53 +00:00
parent c2446000d9
commit 8a7982c1ff

View File

@@ -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")))