From: Eric Westbrook Date: Mon, 22 Jan 2018 04:10:28 +0000 (-0700) Subject: xmltv: typo in module.c X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cfc0f0ac98be9a613915e80245056f8938b0723;p=thirdparty%2Ftvheadend.git xmltv: typo in module.c --- diff --git a/src/epggrab/module.c b/src/epggrab/module.c index 4dceab343..cce20d268 100644 --- a/src/epggrab/module.c +++ b/src/epggrab/module.c @@ -660,7 +660,7 @@ epggrab_module_activate_socket ( void *m, int a ) return 0; } - if (listen(mod->sock, 5) != 0) { + if (listen(sock, 5) != 0) { tvherror(mod->subsys, "%s: failed to listen on socket: %s", mod->id, strerror(errno)); close(sock); return 0;