summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/pbx.c b/main/pbx.c
index b24cd2eae..7c308121d 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -2437,9 +2437,6 @@ struct ast_exten *pbx_find_extension(struct ast_channel *chan,
ast_log(LOG_NOTICE,"Looking for cont/ext/prio/label/action = %s/%s/%d/%s/%d\n", context, exten, priority, label, (int)action);
#endif
- if (ast_strlen_zero(exten))
- return NULL;
-
/* Initialize status if appropriate */
if (q->stacklen == 0) {
q->status = STATUS_NO_CONTEXT;