FS-8075 fix typo for dialplan app

This commit is contained in:
William King 2015-09-09 08:59:26 -07:00
parent b30c794ef8
commit 8a388131b2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ SWITCH_STANDARD_APP(raw_app)
return;
}
if ( hiredis_profile_execute_sync(profile, data, &response) != SWITCH_STATUS_SUCCESS) {
if ( hiredis_profile_execute_sync(profile, cmd, &response) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "hiredis: profile[%s] error executing [%s] because [%s]\n", profile_name, cmd, response);
}