dup these too.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7563 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-08 23:31:22 +00:00
parent e915f460ba
commit d586753113
1 changed files with 2 additions and 2 deletions

View File

@ -584,8 +584,8 @@ static switch_status_t load_config(void)
profile->email_body = email_body;
profile->email_headers = email_headers;
profile->email_from = email_from;
profile->date_fmt = date_fmt;
profile->email_from = switch_core_strdup(globals.pool, email_from);
profile->date_fmt = switch_core_strdup(globals.pool, date_fmt);
profile->digit_timeout = timeout;
profile->max_login_attempts = max_login_attempts;