diff options
author | Martin Pool <mbp@samba.org> | 2002-01-02 06:29:56 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-02 06:29:56 +0000 |
commit | 50c1b611baf76d8f8b1e362076b66a62c15a4c50 (patch) | |
tree | 125cea7555a869d001918f621e7749e3f7a15338 | |
parent | 05ae7ca1cb4ace159e846ee2f15871f45f32ff90 (diff) | |
download | samba-50c1b611baf76d8f8b1e362076b66a62c15a4c50.tar.gz samba-50c1b611baf76d8f8b1e362076b66a62c15a4c50.tar.bz2 samba-50c1b611baf76d8f8b1e362076b66a62c15a4c50.zip |
Doc.
(This used to be commit b354163834e0f2da7d3caacfe8d2ac6e2a6949e8)
-rw-r--r-- | source3/include/rpc_lsa.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |