summaryrefslogtreecommitdiff
path: root/source4/build/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-04 01:25:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:27 -0500
commit52f7f9b8be118e6db7bb9280b2b48274a3092884 (patch)
tree472bd4ee2424b63be82b09c83c899a355cc3d16b /source4/build/pidl
parent695677f4bb078291c683931d5017f339811abf90 (diff)
downloadsamba-52f7f9b8be118e6db7bb9280b2b48274a3092884.tar.gz
samba-52f7f9b8be118e6db7bb9280b2b48274a3092884.tar.bz2
samba-52f7f9b8be118e6db7bb9280b2b48274a3092884.zip
r3516: dcerpc_epm_map_binding now checks the endpoints it nows first
and then possibly does a epm_Map call(). ncacn_np now also uses dcerpc_epm_map_binding() (This used to be commit 77eec3fa18dbbf4d774ccf04c7a38b0887f26ca6)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r--source4/build/pidl/util.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index 03541ae95d..bddce57740 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -239,7 +239,6 @@ sub type_align($)
return 4, if ($type eq "DATA_BLOB");
return 4, if ($type eq "int32");
- print STDERR "Had to guess align width for type $type\n";
# it must be an external type - all we can do is guess
return 4;
}