| 890 | } |
| 891 | |
| 892 | static int w_setuser(struct sip_msg *msg, str *user) |
| 893 | { |
| 894 | return rewrite_ruri(msg, user, 0, RW_RURI_USER) ? -1 : 1; |
| 895 | } |
| 896 | |
| 897 | static int w_setuserpass(struct sip_msg *msg, str *userpass) |
| 898 | { |
nothing calls this directly
no test coverage detected