summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-05 19:41:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:25 -0500
commitf72dee9e3908fb5c4ea3428e3cba703509a7e16f (patch)
tree8c62aeeabb78d1c9cc69443321e44eb2baee4494 /source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
parent4bbb584ff0dcc172bbaeeff9e8f6dff6d2b94e66 (diff)
downloadsamba-f72dee9e3908fb5c4ea3428e3cba703509a7e16f.tar.gz
samba-f72dee9e3908fb5c4ea3428e3cba703509a7e16f.tar.bz2
samba-f72dee9e3908fb5c4ea3428e3cba703509a7e16f.zip
r10737: Fix some alignment issues
(This used to be commit 2b4270a2e965eb5c6fe0b25d22d2977e60bb7d43)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba3/Types.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba3/Types.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm b/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
index 38e740189b..0c66d2c6ad 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba3/Types.pm
@@ -100,7 +100,7 @@ sub dissect_string($$$)
my $t = lc(decl_string($e));
- return "prs_$t(True, \"$e->{NAME}\", ps, depth, &$n)";
+ return "smb_io_$t(\"$e->{NAME}\", &$n, 1, ps, depth)";
}
my $known_types =