Skip to content
Snippets Groups Projects
Commit 7baf86bc authored by James Golovich's avatar James Golovich
Browse files

Fix comment in pbx.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9432a1c1
No related branches found
No related tags found
No related merge requests found
......@@ -2589,7 +2589,7 @@ static int handle_show_dialplan(int fd, int argc, char *argv[])
exten = strsep(&splitter, "@");
context = splitter;
/* check for length and change to NULL if !strlen() */
/* check for length and change to NULL if ast_strlen_zero() */
if (ast_strlen_zero(exten)) exten = NULL;
if (ast_strlen_zero(context)) context = NULL;
} else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment