summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/net/mcast/McastPGMSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/mcast/McastPGMSocket.cpp b/src/net/mcast/McastPGMSocket.cpp
index fa86d3b..731fc13 100644
--- a/src/net/mcast/McastPGMSocket.cpp
+++ b/src/net/mcast/McastPGMSocket.cpp
@@ -128,6 +128,7 @@ bool McastPGMSocket::open(McastConfiguration const* config, Direction direction)
{
qCritical() << "Could not parse address info: PGM Error: "
<< err->message;
+ return false;
}
sa_family_t family = addrinfo->ai_send_addrs[0].gsr_group.ss_family;