Skip to content

Commit c3ebf53

Browse files
author
yangsen
committed
auto zone optimize isValid
1 parent c2be4f0 commit c3ebf53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

QiniuSDK/Common/QNZoneInfo.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ - (BOOL)isValid {
199199
for (QNZoneInfo *info in self.zonesInfo) {
200200
if (![info isValid]) {
201201
valid = false;
202+
break;
202203
}
203204
}
204205
return valid;

0 commit comments

Comments
 (0)