fix a variable name in header file(transports->descriptors)
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 9 Jan 2024 07:46:01 +0000 (16:46 +0900)
committer이동선/Security&Privacy팀(SR)/삼성전자 <ds73.lee@samsung.com>
Tue, 9 Jan 2024 07:58:15 +0000 (16:58 +0900)
include/webauthn-types.h

index 3efc51bc3c52392e759d0981c8ceb8297da2ae15..b46ab98e0f6945fd271856acaaea7b4715daedcc 100644 (file)
@@ -285,7 +285,7 @@ typedef struct __wauthn_pubkey_cred_descriptor {
  */
 typedef struct __wauthn_pubkey_cred_descriptors {
     size_t size;
-    wauthn_pubkey_cred_descriptor_s *transports;
+    wauthn_pubkey_cred_descriptor_s *descriptors;
 } wauthn_pubkey_cred_descriptors_s;
 
 /**