summaryrefslogtreecommitdiff
path: root/source4/build/pidl/header.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-05 16:31:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:19 -0500
commitecd9557922ec676214c72be93684eb7d54ec5773 (patch)
tree47d5f90940ccd55e87287d4bcc79d1a24bbe25d6 /source4/build/pidl/header.pm
parent4a49604e6c84597f97d98dd884f053edd6a84da3 (diff)
downloadsamba-ecd9557922ec676214c72be93684eb7d54ec5773.tar.gz
samba-ecd9557922ec676214c72be93684eb7d54ec5773.tar.bz2
samba-ecd9557922ec676214c72be93684eb7d54ec5773.zip
r4540: sync enum and bitmap code
metze (This used to be commit 2f3aea72ee7d9d90f7b910d11bdd1e96f9f0ebe1)
Diffstat (limited to 'source4/build/pidl/header.pm')
-rw-r--r--source4/build/pidl/header.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm
index 15a0bd4276..10adf94dba 100644
--- a/source4/build/pidl/header.pm
+++ b/source4/build/pidl/header.pm
@@ -98,7 +98,7 @@ sub HeaderEnum($$)
my($enum) = shift;
my($name) = shift;
- util::register_enum($name);
+ util::register_enum($enum, $name);
$res .= "\nenum $name {\n";
$tab_depth++;