diff options
author | Christian Ambach <ambi@samba.org> | 2011-07-21 14:48:24 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-07-21 14:57:10 +0200 |
commit | bca69bfbc3b43d64b22ea92607267494033d17b6 (patch) | |
tree | f30af6f8d08ce6610a9034c6bb7343a3591361f4 /source3/winbindd | |
parent | 410c4deefe24a7d92caf65e288a4ff9d54190e70 (diff) | |
download | samba-bca69bfbc3b43d64b22ea92607267494033d17b6.tar.gz samba-bca69bfbc3b43d64b22ea92607267494033d17b6.tar.bz2 samba-bca69bfbc3b43d64b22ea92607267494033d17b6.zip |
s3:winbindd remove an unused variable
fixes a compiler warning
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 9d3a855681..55e6e7b399 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1715,8 +1715,6 @@ void close_conns_after_fork(void) struct winbindd_cli_state *cli_state; for (domain = domain_list(); domain; domain = domain->next) { - struct cli_state *cli = domain->conn.cli; - /* * first close the low level SMB TCP connection * so that we don't generate any SMBclose |