Skip to content

Commit

Permalink
acc: use proper ack message struct for external engine accounting of ACK
Browse files Browse the repository at this point in the history
- reported by Yasin Caner - GH #266

(cherry picked from commit 58acd28)
  • Loading branch information
miconda committed Jul 27, 2015
1 parent 96ffc36 commit a18915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acc/acc_logic.c
Expand Up @@ -615,7 +615,7 @@ static inline void acc_onack( struct cell* t, struct sip_msg *req,
#endif

/* run extra acc engines */
acc_run_engines(req, 0, NULL);
acc_run_engines(ack, 0, NULL);

}

Expand Down

0 comments on commit a18915e

Please sign in to comment.