| 895 | } |
| 896 | |
| 897 | static int w_setuserpass(struct sip_msg *msg, str *userpass) |
| 898 | { |
| 899 | return rewrite_ruri(msg, userpass, 0, RW_RURI_USERPASS) ? -1 : 1; |
| 900 | } |
| 901 | |
| 902 | static int w_setport(struct sip_msg *msg, str *port) |
| 903 | { |
nothing calls this directly
no test coverage detected