From: Jaroslav Kysela Date: Sun, 17 Apr 2016 09:54:29 +0000 (+0200) Subject: hdhomerun: fix oops in fix, fixes #3726 X-Git-Tag: v4.2.1~646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=969be335098cb6553ae4ba45e6c08518c8115d21;p=thirdparty%2Ftvheadend.git hdhomerun: fix oops in fix, fixes #3726 --- diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c index eb9fd43ec..aae8f56a7 100644 --- a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c +++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c @@ -155,7 +155,7 @@ tvhdhomerun_device_class_get_ip_address ( void *obj ) { tvhdhomerun_device_t *hd = obj; tcp_get_str_from_ip((struct sockaddr *)&hd->hd_info.ip_address, prop_sbuf, PROP_SBUF_LEN); - return &prop_sbuf; + return &prop_sbuf_ptr; } const idclass_t tvhdhomerun_device_class =