]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Fix compiler warnings/errors.
authorBen Ford <bford@digium.com>
Wed, 3 Apr 2019 15:24:06 +0000 (10:24 -0500)
committerBenjamin Keith Ford <bford@digium.com>
Wed, 3 Apr 2019 15:36:42 +0000 (09:36 -0600)
commit8961d9ca8b84225cae3e1632d8612ab2eda72637
tree0f925e6da7a4007a5143a49da97d43bce6dfb8eb
parent5f21b5f3df47494f5f5b5a7352a393ad2244d667
build: Fix compiler warnings/errors.

The compiler complained about a couple of variables that weren't
initialized but were being used. Initializing them to NULL resolves the
warnings/errors.

ASTERISK-28362 #close

Change-Id: I6243afc5459b416edff6bbf571b0489f6b852e4b
channels/chan_sip.c
pbx/pbx_dundi.c