We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cb51a commit 89a2299Copy full SHA for 89a2299
1 file changed
NtApiDotNet/Ndr/IdlNdrFormatterInternal.cs
@@ -478,7 +478,6 @@ private string GetTypeDefName(NdrBaseTypeReference base_type)
478
if ((supp_type != null && supp_type.BaseType == NdrFormatCharacter.FC_BIND_CONTEXT)
479
|| base_type.Format == NdrFormatCharacter.FC_BIND_CONTEXT)
480
{
481
- NdrHandleTypeReference handle_type = base_type as NdrHandleTypeReference;
482
ContextHandleId index = new ContextHandleId() {
483
Id = supp_type?.Argument2,
484
Strict = false
0 commit comments