| 1327 | |
| 1328 | |
| 1329 | static int w_t_replicate(struct sip_msg *p_msg, str *dst, void *flags) |
| 1330 | { |
| 1331 | return t_replicate( p_msg, dst, (int)(long)flags); |
| 1332 | } |
| 1333 | |
| 1334 | static inline int t_relay_inerr2scripterr(void) |
| 1335 | { |
nothing calls this directly
no test coverage detected