librpc:ndr: Increase size of ‘libndr_flags’ type to 64 bits
[samba.git] / pidl / lib / Parse / Pidl / NDR.pm
index 56597df41879169d8cd56ca39f185f91a7162cb2..48fc2cb20c8873988b032c25934d0bc7874c6f64 100644 (file)
@@ -84,7 +84,7 @@ my $scalar_alignment = {
        'dnsp_name' => 1,
        'dnsp_string' => 1,
        'HRESULT' => 4,
-       'libndr_flags' => 4,
+       'libndr_flags' => 8,
        'ndr_flags_type' => 4,
 };