mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
Remove some duplicate code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@75980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2193,7 +2193,6 @@ static struct skinny_device *build_device(const char *cat, struct ast_variable *
|
||||
ast_copy_string(l->mohinterpret, mohinterpret, sizeof(l->mohinterpret));
|
||||
ast_copy_string(l->mohsuggest, mohsuggest, sizeof(l->mohsuggest));
|
||||
ast_copy_string(l->mailbox, mailbox, sizeof(l->mailbox));
|
||||
ast_copy_string(l->mailbox, mailbox, sizeof(l->mailbox));
|
||||
if (!ast_strlen_zero(mailbox)) {
|
||||
if (option_verbose > 2)
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Setting mailbox '%s' on %s@%s\n", mailbox, d->name, l->name);
|
||||
|
Reference in New Issue
Block a user