]> 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:48 +0000 (10:16 -0600)
commitd05ec48145ef03e92b8787843aeab22b178cc132
tree20b043ff49e81a03b1396c9c01774b22bfd0b0a6
parent616659d62012a1dc5eb69376f35d2c89fceaf6ea
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