Signed-off-by: Christoph Ziebuhr <ch...@codefrickler.de> --- ustream-ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ustream-ssl.c b/ustream-ssl.c index b6b7401..cf8cb84 100644 --- a/ustream-ssl.c +++ b/ustream-ssl.c @@ -153,7 +153,7 @@ static bool ustream_ssl_poll(struct ustream *s) bool fd_poll; fd_poll = ustream_poll(us->conn); - return __ustream_ssl_poll(s) || fd_poll; + return __ustream_ssl_poll(us->conn) || fd_poll; } static void ustream_ssl_stream_init(struct ustream_ssl *us) -- 1.9.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel