Skip to content

Commit 9ab15d6

Browse files
bzbarsky-appleratgr
authored andcommitted
Fix variable name in iOS CHIPTool. (project-chip#37758)
This did not get updated correctly in project-chip#36736. Fixes project-chip#37626
1 parent 1712b7a commit 9ab15d6

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)