From 9ef145424afe44e6c0acccf95faad357868a46f3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Jun 2005 18:51:02 +0000 Subject: r7546: fix comment metze (This used to be commit de69d87ded11ef0954e931885761e9ecd9ce4e1b) --- source4/librpc/idl/dcerpc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; -- cgit