Skip to content

Commit

Permalink
async: fix small typo when printing fixup errors
Browse files Browse the repository at this point in the history
Fix Coverity #199935

(cherry picked from commit cae397c)
  • Loading branch information
razvancrainea committed Jan 29, 2020
1 parent cbd86bf commit 6743637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.c
Expand Up @@ -2013,7 +2013,7 @@ int do_action(struct action* a, struct sip_msg* msg)

if (free_cmd_fixups(acmd->params, aitem->elem, cmdp) < 0) {
LM_ERR("Failed to free fixups for command <%s>\n",
cmd->name);
acmd->name);
break;
}
}
Expand Down

0 comments on commit 6743637

Please sign in to comment.