aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-19 20:36:06 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-19 20:36:06 +0000
commitd1f998b01f5196ecb88d21f1610716984625c14e (patch)
tree3532ef316f8030e873c05dfcdf9ff522809f3de5 /channels
parent804eb1d9f5064ab62e0e0e9cc3275562b8a75c0f (diff)
Remove some duplicate code.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@75980 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_skinny.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 309602c14..4571c62dd 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -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);