aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_zapbarge.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_zapbarge.c')
-rwxr-xr-xapps/app_zapbarge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_zapbarge.c b/apps/app_zapbarge.c
index b608d9c15..d9404a4a8 100755
--- a/apps/app_zapbarge.c
+++ b/apps/app_zapbarge.c
@@ -269,7 +269,7 @@ static int conf_exec(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
- if (data && !ast_strlen_zero(data)) {
+ if (!ast_strlen_zero(data)) {
if ((sscanf(data, "Zap/%d", &confno) != 1) &&
(sscanf(data, "%d", &confno) != 1)) {
ast_log(LOG_WARNING, "ZapBarge Argument (if specified) must be a channel number, not '%s'\n", (char *)data);