Commit 1005f6ab authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix the sap module compilation. Compile before you commit strikes once again.......

parent d0f20f62
......@@ -771,7 +771,7 @@ static void sess_toitem( intf_thread_t * p_intf, sess_descr_t * p_sd )
psz_http_path = strdup( p_sd->pp_attributes[i]->psz_value );
}
if( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "plgroup" ) ||
( !strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) )
!strcasecmp( p_sd->pp_attributes[i]->psz_field , "x-plgroup" ) )
{
int i_group_id;
p_playlist =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment