| 1212 | } |
| 1213 | |
| 1214 | static int w_next_branches(struct sip_msg *msg) |
| 1215 | { |
| 1216 | int ret; |
| 1217 | |
| 1218 | if ((ret = next_branches(msg)) < 0) |
| 1219 | LM_DBG("no more branches\n"); |
| 1220 | |
| 1221 | return ret; |
| 1222 | } |
| 1223 | |
| 1224 | static int w_use_blacklist(struct sip_msg *msg, struct bl_head *list) |
| 1225 | { |
nothing calls this directly
no test coverage detected