mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-17 23:35:09 +08:00
Fixed some errors
This commit is contained in:
@@ -52,7 +52,6 @@ static NSString *CODER_SHOW_FREESPACE = @"showFreeSpace";
|
||||
if( ![_rpcPath hasPrefix:@"/"] )
|
||||
_rpcPath = [NSString stringWithFormat:@"/%@", _rpcPath];
|
||||
return [NSString stringWithFormat:@"%@://%@:%i%@", _useSSL ? @"https" : @"http", _host, _port, _rpcPath];
|
||||
//return [NSString stringWithFormat:@"%@://%@:%i", _useSSL ? @"https" : @"http", _host, _port];
|
||||
}
|
||||
|
||||
#pragma mark - NSCoding protocol imp
|
||||
|
||||
Reference in New Issue
Block a user