summaryrefslogtreecommitdiff
path: root/source4/pidl/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-19 01:26:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:06 -0500
commita0bfcfa55d9f00ffab59e8cf7529cadf108a5629 (patch)
treec6c78738c941860e2ef66db43c85605ae3a44485 /source4/pidl/tests
parentefe1883d9b278d97715cdc62cc50a105b2e455b2 (diff)
downloadsamba-a0bfcfa55d9f00ffab59e8cf7529cadf108a5629.tar.gz
samba-a0bfcfa55d9f00ffab59e8cf7529cadf108a5629.tar.bz2
samba-a0bfcfa55d9f00ffab59e8cf7529cadf108a5629.zip
r22357: Don't use 'our'
(This used to be commit 7989ee2aa015264dc9334b5e15d4fe6cb55f4e09)
Diffstat (limited to 'source4/pidl/tests')
-rwxr-xr-xsource4/pidl/tests/wireshark-ndr.pl2
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;
");