udp: properly match braces and cpp directives

Fixes compilation where IPV6_TCLASS not defined.
This commit is contained in:
Mark Nauwelaerts 2012-09-12 16:39:08 +02:00
parent 8498551692
commit 58c96df0ae

View file

@ -638,8 +638,8 @@ gst_multiudpsink_setup_qos_dscp (GstMultiUDPSink * sink)
if (setsockopt (fd, IPPROTO_IPV6, IPV6_TCLASS, &tos, sizeof (tos)) < 0) {
GST_ERROR_OBJECT (sink, "could not set TCLASS: %s", g_strerror (errno));
}
}
#endif
}
#endif
}