diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-09-30 14:24:58 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-10-06 14:28:24 -0700 |
commit | 8256717c766fb8e145c2f4b5acb3502f4d7c57d9 (patch) | |
tree | 42abcdd405a4ee5a29b231f655878d1e0f44016d /source4/librpc | |
parent | c0240d78351e489c5aca7e729aac045157080088 (diff) | |
download | samba-8256717c766fb8e145c2f4b5acb3502f4d7c57d9.tar.gz samba-8256717c766fb8e145c2f4b5acb3502f4d7c57d9.tar.bz2 samba-8256717c766fb8e145c2f4b5acb3502f4d7c57d9.zip |
Implement 'type unknown' names in the CrackNames code.
This guesses the type by running each of the possible options.
Andrew Bartlett
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 76858b2d5c..a41bc9cf19 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -877,7 +877,7 @@ interface drsuapi } drsuapi_DsNameFlags; typedef [v1_enum] enum { - DRSUAPI_DS_NAME_FORMAT_UKNOWN = 0, + DRSUAPI_DS_NAME_FORMAT_UNKNOWN = 0, DRSUAPI_DS_NAME_FORMAT_FQDN_1779 = 1, DRSUAPI_DS_NAME_FORMAT_NT4_ACCOUNT = 2, DRSUAPI_DS_NAME_FORMAT_DISPLAY = 3, |