aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_authenticate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_authenticate.c')
-rw-r--r--apps/app_authenticate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index b7678a002..462506152 100644
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -129,11 +129,6 @@ static int auth_exec(struct ast_channel *chan, void *data)
}
argcopy = ast_strdupa(data);
- if (!argcopy) {
- ast_log(LOG_ERROR, "Out of memory!\n");
- LOCAL_USER_REMOVE(u);
- return -1;
- }
AST_STANDARD_APP_ARGS(arglist,argcopy);