From 50c1b611baf76d8f8b1e362076b66a62c15a4c50 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 2 Jan 2002 06:29:56 +0000 Subject: Doc. (This used to be commit b354163834e0f2da7d3caacfe8d2ac6e2a6949e8) --- source3/include/rpc_lsa.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include/rpc_lsa.h') diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 4f72aa1316..a9c01f5357 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -1,6 +1,5 @@ /* Unix SMB/Netbios implementation. - Version 1.9. SMB parameters and setup Copyright (C) Andrew Tridgell 1992-1997 Copyright (C) Luke Kenneth Casson Leighton 1996-1997 @@ -39,7 +38,7 @@ enum SID_NAME_USE SID_NAME_UNKNOWN = 8 /* oops. */ }; -/* Opcodes available on this pipe */ +/* Opcodes available on PIPE_LSARPC */ #define LSA_CLOSE 0x00 #define LSA_DELETE 0x01 -- cgit