Skip to content

Commit

Permalink
Send the correct ActionID value with error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
davies147 committed Nov 19, 2008
1 parent 34d9f05 commit 13ba1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astmanproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void *session_do(struct mansession *s)
if ( !WriteAsterisk(&m) )
break;
} else {
SendError(s, "Action Filtered", action);
SendError(s, "Action Filtered", actionid);
}
} else if (res < 0)
break;
Expand Down

0 comments on commit 13ba1af

Please sign in to comment.