summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-02-06 05:42:19 +0000
committerAndrew Tridgell <tridge@samba.org>2003-02-06 05:42:19 +0000
commitb4776d89ea9861def5b9d491b3ec6b881d086505 (patch)
tree63318e41031212fabf236217b16e6adf87473cb6 /source3/include
parent68fdf96637b4f0b5ea3769988b1b865a14ef9fad (diff)
downloadsamba-b4776d89ea9861def5b9d491b3ec6b881d086505.tar.gz
samba-b4776d89ea9861def5b9d491b3ec6b881d086505.tar.bz2
samba-b4776d89ea9861def5b9d491b3ec6b881d086505.zip
added the LSA privileges server backend stubs. Right now they just log
what was requested. (This used to be commit 64ac6c2bcb729c4658de48e929cc792681903ecc)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_lsa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 33dde6e3cb..fc6cbeb6cd 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -537,7 +537,6 @@ typedef struct
POLICY_HND pol; /* policy handle */
DOM_SID2 sid;
UNISTR2_ARRAY rights;
- uint32 count;
} LSA_Q_ADD_ACCT_RIGHTS;
/* LSA_R_ADD_ACCT_RIGHTS - LSA add account rights */
@@ -563,7 +562,6 @@ typedef struct
NTSTATUS status;
} LSA_R_REMOVE_ACCT_RIGHTS;
-
/* LSA_Q_PRIV_GET_DISPNAME - LSA get privilege display name */
typedef struct lsa_q_priv_get_dispname
{