summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-07-16 11:21:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:14 -0500
commita94fca783968767c25536b511c5d3acad12099e0 (patch)
tree36d2f7786af046f646f8ac5b75776a2f8aae894c /source3/nsswitch/winbindd_cm.c
parentb2701e8c726c55becb47498b48cb8619eb48a82b (diff)
downloadsamba-a94fca783968767c25536b511c5d3acad12099e0.tar.gz
samba-a94fca783968767c25536b511c5d3acad12099e0.tar.bz2
samba-a94fca783968767c25536b511c5d3acad12099e0.zip
r1532: Remove unused structure element
(This used to be commit 128951cfe43e364970ec5760230a6450f54ae86d)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c
index 04f87fc1a2..ad49df3982 100644
--- a/source3/nsswitch/winbindd_cm.c
+++ b/source3/nsswitch/winbindd_cm.c
@@ -70,7 +70,6 @@ struct winbindd_cm_conn {
fstring domain;
fstring controller;
fstring pipe_name;
- size_t mutex_ref_count;
struct cli_state *cli;
POLICY_HND pol;
};