diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-25 11:20:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:07 -0500 |
commit | e547588368b7454a412fb6376a6052fd1e027334 (patch) | |
tree | 4dd89855127bcd76fd0d45d16d168dc18c604eef /source4/build/pidl/util.pm | |
parent | a99bf332940f48ae0a503ad6a4909c490626f612 (diff) | |
download | samba-e547588368b7454a412fb6376a6052fd1e027334.tar.gz samba-e547588368b7454a412fb6376a6052fd1e027334.tar.bz2 samba-e547588368b7454a412fb6376a6052fd1e027334.zip |
r3956: start to decode the repsFrom and repsTo fileds but not ready
metze
(This used to be commit 44f168c44de908fdf38b39aae8bf10e80206410a)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r-- | source4/build/pidl/util.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index 4f4a0d8b6e..7293a903d5 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -233,6 +233,7 @@ sub type_align($) return 1, if ($type eq "uint8"); return 2, if ($type eq "uint16"); return 4, if ($type eq "NTTIME"); + return 4, if ($type eq "NTTIME_1sec"); return 4, if ($type eq "time_t"); return 8, if ($type eq "HYPER_T"); return 2, if ($type eq "wchar_t"); |