diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-15 00:00:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:07 -0500 |
commit | 970ff9ba8d0b47fce6760e6adf9458820c5084b9 (patch) | |
tree | e97aa643f18ecac45ea4b42e14d88e09b3dd2539 /source4/librpc/idl | |
parent | cac606ed8eee2c1b1c96579145afe9ccc8fcff2f (diff) | |
download | samba-970ff9ba8d0b47fce6760e6adf9458820c5084b9.tar.gz samba-970ff9ba8d0b47fce6760e6adf9458820c5084b9.tar.bz2 samba-970ff9ba8d0b47fce6760e6adf9458820c5084b9.zip |
r8480: fixed a typo
(metze, I assume this was just a typo? it broke the build on oehmesrs6k)
(This used to be commit aa68459fe7579b385dd1824680ec641052029a1e)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 7854e42ad3..1eaa242ff0 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -379,8 +379,8 @@ interface drsuapi DRSUAPI_ATTRIBUTE_unicodePwd = 0x0009005a,/* ntPwdHash */ DRSUAPI_ATTRIBUTE_ntPwdHistory = 0x0009005e, DRSUAPI_ATTRIBUTE_lmPwdHistory = 0x000900a0, - DRSUAPI_ATTRIBUTE_objectCategory = 0x0009030e, - DRSUAPI_ATTRIBUTE_ + DRSUAPI_ATTRIBUTE_objectCategory = 0x0009030e + /* DRSUAPI_ATTRIBUTE_ */ } drsuapi_DsAttributeId; /* Generic DATA_BLOB values */ |