mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 13:21:51 +00:00
9cceb8e62c
ftmod_wanpipe.c: Remove myerrno variable in wanpipe_read(), snprintf does not set errno (according to the manpage), so no need to save it (without even using it later). Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>