Fixed some errors

This commit is contained in:
Alexey Chechetkin
2017-09-25 16:02:48 +03:00
parent ad23d2cdba
commit bf923a602f

View File

@@ -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