Skip to content

Commit

Permalink
core: select - init proto string to udp
Browse files Browse the repository at this point in the history
(cherry picked from commit da31e70)
  • Loading branch information
miconda committed Dec 8, 2017
1 parent 8f1872a commit 9c4c8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/select_core.c
Expand Up @@ -1286,7 +1286,7 @@ ABSTRACT_F(select_dst)
ABSTRACT_F(select_rcv)
int select_ip_port(str* res, select_t* s, struct sip_msg* msg)
{
str ip_str=STR_NULL, port_str=STR_NULL, proto_str=STR_NULL;
str ip_str=STR_NULL, port_str=STR_NULL, proto_str=str_init("udp");
int param, pos;


Expand Down

0 comments on commit 9c4c8b1

Please sign in to comment.