summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-18 21:10:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:46 -0500
commit032d5ef276b28786b2f6d1137d06c200bfa3b85a (patch)
treeba5dd07fbebe1a8416f042b15cadc37dab589cbf /source4
parentb37252d4ca1b3f6b20026eb0bc4c8b1be94b187e (diff)
downloadsamba-032d5ef276b28786b2f6d1137d06c200bfa3b85a.tar.gz
samba-032d5ef276b28786b2f6d1137d06c200bfa3b85a.tar.bz2
samba-032d5ef276b28786b2f6d1137d06c200bfa3b85a.zip
r5448: another portability fix for solaris
(This used to be commit 1909a0695295e984b948b7410addac0022904ab8)
Diffstat (limited to 'source4')
-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 9ab94f7f98..f5be5563b5 100644
--- a/source4/build/pidl/ndr.pm
+++ b/source4/build/pidl/ndr.pm
@@ -1628,7 +1628,7 @@ sub ParseTypedefNdrSize($)
return unless needed::is_needed("ndr_size_$t->{NAME}");
- $typefamily{$t->{DATA}->{TYPE}}->{SIZE_FN}($t);
+ $typefamily{$t->{DATA}->{TYPE}}->{SIZE_FN}->($t);
}
#####################################################################