Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdhomerun: fix oops in fix, fixes #3726
  • Loading branch information
perexg committed Apr 17, 2016
1 parent f23c2d8 commit 969be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/tvhdhomerun/tvhdhomerun.c
Expand Up @@ -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 =
Expand Down

0 comments on commit 969be33

Please sign in to comment.