]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_endpoint_identifier_ip: Ensure error defaults to 0. 04/4804/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:39:39 +0000 (21:39 +0000)
commita2f0adccbd0fc3ea18a222783aeecd09cf427815
tree90ec9d9e520c53c4cc6bf6336076ab0e4fb8c3dd
parent48178e5918967337624a7e43ff1d84a7bb63fa85
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