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