Skip to content

Commit

Permalink
missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 7, 2023
1 parent 01a860c commit d6bb330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZitiNativeApiForDotnetCore/library/ziti4dotnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ typedef struct c_t {
} c_s;

ziti_types_v2* z4d_struct_test() {
ziti_types_v2* rtn = calloc(sizeof(ziti_types_t) + 1, 1);
ziti_types_v2* rtn = calloc(sizeof(ziti_types_v2) + 1, 1);
rtn->size = sizeof(ziti_types_v2);

OFFSET(ziti_auth_query_mfa);
Expand Down

0 comments on commit d6bb330

Please sign in to comment.