]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
hdhomerun: fix oops in fix, fixes #3726
authorJaroslav Kysela <perex@perex.cz>
Sun, 17 Apr 2016 09:54:29 +0000 (11:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 17 Apr 2016 09:54:29 +0000 (11:54 +0200)
src/input/mpegts/tvhdhomerun/tvhdhomerun.c

index eb9fd43ecb6c72a4281ce259635deb35bd53de95..aae8f56a78e71d7d3cb870f141d6185b9ddd1ac0 100644 (file)
@@ -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 =