summaryrefslogtreecommitdiff
path: root/source4/build/pidl/ndr.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-30 13:48:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:17 -0500
commit022b973a2ae5af476e0e93296c07c16b395d926d (patch)
treeb4a95e9b53b9bc584ba70540688314618695ad42 /source4/build/pidl/ndr.pm
parenta0986dd424f2d50b2645f19f5b43512b517daca3 (diff)
downloadsamba-022b973a2ae5af476e0e93296c07c16b395d926d.tar.gz
samba-022b973a2ae5af476e0e93296c07c16b395d926d.tar.bz2
samba-022b973a2ae5af476e0e93296c07c16b395d926d.zip
r7109: Change noid() to noopnum() so it isn't confusing to people familiar with id()
(This used to be commit 7721fc727426ae9fcc26afa773f855aa232df637)
Diffstat (limited to 'source4/build/pidl/ndr.pm')
-rw-r--r--source4/build/pidl/ndr.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm
index febf292c8a..09b2f0f257 100644
--- a/source4/build/pidl/ndr.pm
+++ b/source4/build/pidl/ndr.pm
@@ -452,7 +452,7 @@ sub ParseFunction($$$)
$ndr->{PROPERTIES}->{pointer_default_top}
);
- if (not defined($d->{PROPERTIES}{noid})) {
+ if (not defined($d->{PROPERTIES}{noopnum})) {
$thisopnum = ${$opnum};
${$opnum}++;
}