diff options
Diffstat (limited to 'source4/pidl/tests/wireshark-ndr.pl')
-rwxr-xr-x | source4/pidl/tests/wireshark-ndr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/wireshark-ndr.pl b/source4/pidl/tests/wireshark-ndr.pl index 40e22d958c..724b79ee10 100755 --- a/source4/pidl/tests/wireshark-ndr.pl +++ b/source4/pidl/tests/wireshark-ndr.pl @@ -234,7 +234,7 @@ is(DumpHfList(), "\tstatic hf_register_info hf[] = { is(DumpHfDeclaration(), " /* Header field declarations */ -static gint hf_bla = -1; +static gint hf_bla_idx = -1; "); |