]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Fix unused variable error in handle_show_sysinfo.
authorCorey Farrell <git@cfware.com>
Wed, 20 Dec 2017 16:13:13 +0000 (11:13 -0500)
committerCorey Farrell <git@cfware.com>
Wed, 20 Dec 2017 16:16:39 +0000 (10:16 -0600)
commitf5e1116255bf8d0b168ea50f8a5e277a95129843
tree1ef2b6dcda517b74c30ce9dc79d75029ec459a4a
parent3280a6ae35fa5f15d272d9753571607f1f77ee43
core: Fix unused variable error in handle_show_sysinfo.

Apparently in OSX it's possible for OSX to HAVE_SYSCTL but not
HAVE_SYSINFO or HAVE_SWAPCTL.  In this case freeswap caused an unused
variable error.

ASTERISK-26563 #close

Change-Id: I8ec5b1897b786cc1abaf62264aa75039eea05510
main/asterisk.c