diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-13 18:51:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:07 -0500 |
commit | 9ef145424afe44e6c0acccf95faad357868a46f3 (patch) | |
tree | bd0c8dce3920efb3a80de49d02fe88d016fc27ae | |
parent | 33bbe2b9e1a878c74d09696b2afdd5ba680fd43c (diff) | |
download | samba-9ef145424afe44e6c0acccf95faad357868a46f3.tar.gz samba-9ef145424afe44e6c0acccf95faad357868a46f3.tar.bz2 samba-9ef145424afe44e6c0acccf95faad357868a46f3.zip |
r7546: fix comment
metze
(This used to be commit de69d87ded11ef0954e931885761e9ecd9ce4e1b)
-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; |