Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Dec 1, 2023
1 parent d738ff5 commit 795a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rls/subscribe.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ int send_resource_subs(char* uri, void* param)
str *dest_uri, *tmp_str;
subs_info_t *s = (subs_info_t *) ((void**)param)[0];
list_entry_t **rls_contact_list = (list_entry_t **) ((void**)param)[1];
struct socket_info *send_sock;
const struct socket_info *send_sock;
union sockaddr_union dummy_su;
static str contact;

Expand Down

0 comments on commit 795a2c8

Please sign in to comment.