mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Fix NSURLConnection is deprecated - Use NSURLSession (#4112)
This commit is contained in:
@@ -495,7 +495,7 @@ static NSString* const kWebUIURLFormat = @"http://localhost:%ld/";
|
||||
case PORT_STATUS_CHECKING:
|
||||
break;
|
||||
default:
|
||||
NSAssert1(NO, @"Port checker returned invalid status: %d", self.fPortChecker.status);
|
||||
NSAssert(NO, @"Port checker returned invalid status: %d", self.fPortChecker.status);
|
||||
break;
|
||||
}
|
||||
self.fPortChecker = nil;
|
||||
|
||||
Reference in New Issue
Block a user