[multicat-devel] [Git][videolan/multicat][master] util.c: fix b_multicast detection
Christophe Massiot
gitlab at videolan.org
Tue Jun 12 17:19:07 CEST 2018
Christophe Massiot pushed to branch master at VideoLAN / multicat
Commits:
c1d16018 by Christophe Massiot at 2018-06-12T17:18:47+02:00
util.c: fix b_multicast detection
- - - - -
1 changed file:
- util.c
Changes:
=====================================
util.c
=====================================
--- a/util.c
+++ b/util.c
@@ -887,10 +887,10 @@ normal_bind:
psz_ifname = NULL;
}
#endif
- }
- if ( p_opt != NULL && p_opt->pb_multicast != NULL )
- *p_opt->pb_multicast = true;
+ if ( p_opt != NULL && p_opt->pb_multicast != NULL )
+ *p_opt->pb_multicast = true;
+ }
}
if ( connect_addr.ss.ss_family != AF_UNSPEC )
View it on GitLab: https://code.videolan.org/videolan/multicat/commit/c1d16018789aa47bc30fb89fdd5265b1dfc81925
--
View it on GitLab: https://code.videolan.org/videolan/multicat/commit/c1d16018789aa47bc30fb89fdd5265b1dfc81925
You're receiving this email because of your account on code.videolan.org.
More information about the multicat-devel
mailing list