summaryrefslogtreecommitdiff
path: root/source3/include/rpcclient.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-28 19:02:23 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-28 19:02:23 +0000
commit640012d80bb393d97a21d26b827fe274c0555013 (patch)
tree5ae8e24d276c44292f628e970299794fa3cae717 /source3/include/rpcclient.h
parent2222a306a86135cf198751973376a97eda704ab9 (diff)
downloadsamba-640012d80bb393d97a21d26b827fe274c0555013.tar.gz
samba-640012d80bb393d97a21d26b827fe274c0555013.tar.bz2
samba-640012d80bb393d97a21d26b827fe274c0555013.zip
removed samr_* variables from info struct.
(This used to be commit 4d5b860802528a9d74c2722dc996d6d8fd0b51ef)
Diffstat (limited to 'source3/include/rpcclient.h')
-rw-r--r--source3/include/rpcclient.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpcclient.h b/source3/include/rpcclient.h
index 2835203ca8..93712b55f3 100644
--- a/source3/include/rpcclient.h
+++ b/source3/include/rpcclient.h
@@ -74,16 +74,6 @@ struct nt_client_info
/* domain controller */
fstring level3_dom;
fstring level5_dom;
-
- /************** \PIPE\samr stuff ********************/
-
- POLICY_HND samr_pol_connect;
- POLICY_HND samr_pol_open_domain;
- POLICY_HND samr_pol_open_builtindom;
- POLICY_HND samr_pol_open_user;
-
- struct acct_info *sam;
- int num_sam_entries;
};
struct client_info