minissdp: Use struct ip_mreqn for multicast membership if it's available.

This commit is contained in:
Justin Maggard
2014-02-03 15:02:30 -08:00
parent 1e7fe1413c
commit a3252bd2dd
5 changed files with 50 additions and 20 deletions

View File

@ -527,7 +527,7 @@ parse_sort_criteria(char *sortCriteria, int *error)
str.data = order;
str.size = 4096;
str.off = 0;
strcatf(&str, "order by ");
strcatf(&str, "order by ");
}
for( i=0; item != NULL; i++ )
{