Changeset 40836
- Timestamp:
- 08/27/17 01:02:13 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r40832 r40836 21 21 22 22 free(cmd), cmd = NULL; 23 int skip = 0; 23 24 24 25 if(streamurl == NULL) 25 26 { 26 27 if(ostrstr(tmplink, "streamcloud") != NULL) 28 { 27 29 streamurl = streamcloud(url); 30 skip = 1; 31 } 28 32 /* 29 33 if(ostrstr(tmplink, "sockshare") != NULL) … … 104 108 debug(99, "Streamurl2: %s", streamurl); 105 109 } 106 else 107 // if(streamurl == NULL)110 111 if(streamurl == NULL && skip == 0) 108 112 { 109 113 if(!file_exist("/tmp/localhoster"))
Note: See TracChangeset
for help on using the changeset viewer.