versionoperation: don't require auth
This commit is contained in:
@@ -21,6 +21,11 @@ const char* MBIMVersion() {
|
||||
|
||||
+ (void)load { [super load]; }
|
||||
|
||||
+ (BOOL)requiresAuthentication
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
+ (NSString *)endpointName
|
||||
{
|
||||
return @"version";
|
||||
|
||||
Reference in New Issue
Block a user