]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_endpoint_identifier_ip: Ensure error defaults to 0. 05/4805/1
authorJoshua Colp <jcolp@digium.com>
Tue, 24 Jan 2017 21:39:39 +0000 (21:39 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 24 Jan 2017 21:41:27 +0000 (15:41 -0600)
commit60e54d69b930605185202743fcc298556e251d0b
tree0d275d5a9b9b71d11af9cae81c0afaff3c4a82d9
parent3ddf7da3a7a149e7b735509a0e47a950bb0973ec
res_pjsip_endpoint_identifier_ip: Ensure error defaults to 0.

When configuring a match using a netmask the error variable was
not defaulting to 0. For some people this would cause the code
to think an error occurred when adding the match when in reality
it added perfectly fine.

ASTERISK-26693

Change-Id: I850c250813742bddde65c84e739093c9e01dfe56
res/res_pjsip_endpoint_identifier_ip.c