Skip to content

Commit c545da3

Browse files
Fix variable name in iOS CHIPTool. (#37758)
This did not get updated correctly in #36736. Fixes #37626
1 parent 7817fee commit c545da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/CHIPTool/CHIPTool/Framework Helpers/FabricKeys.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ - (NSData *)signMessageECDSA_DER:(NSData *)message
227227
return nil;
228228
}
229229

230-
return (__bridge_transfer NSData *) outData;
230+
return (__bridge_transfer NSData *) cfData;
231231
}
232232

233233
- (void)dealloc

0 commit comments

Comments
 (0)