diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index a64f41906a..bb7b656798 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -113,7 +113,7 @@ interface dcerpc uint32 status; } dcerpc_fault; - /* the auth types we know about + /* the auth types we know about */ const uint8 DCERPC_AUTH_TYPE_NONE = 0; /* this seems to be not krb5! */ const uint8 DCERPC_AUTH_TYPE_KRB5_1 = 1; |