Changeset 40836


Ignore:
Timestamp:
08/27/17 01:02:13 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r40832 r40836  
    2121
    2222        free(cmd), cmd = NULL;
     23        int skip = 0;
    2324
    2425        if(streamurl == NULL)
    2526        {
    2627                if(ostrstr(tmplink, "streamcloud") != NULL)
     28                {
    2729                        streamurl = streamcloud(url);
     30                        skip = 1;
     31                }
    2832/*
    2933                if(ostrstr(tmplink, "sockshare") != NULL)
     
    104108                debug(99, "Streamurl2: %s", streamurl);
    105109        }
    106         else
    107 //      if(streamurl == NULL)
     110
     111        if(streamurl == NULL && skip == 0)
    108112        {
    109113                if(!file_exist("/tmp/localhoster"))
Note: See TracChangeset for help on using the changeset viewer.