r3956: start to decode the repsFrom and repsTo fileds but not ready
[samba.git] / source4 / build / pidl / util.pm
index 4f4a0d8b6e4b54cd55f159bd631076ad354eac9e..7293a903d593088187b54fe5bbea4841a06c65bb 100644 (file)
@@ -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");