1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3:winbindd remove an unused variable

fixes a compiler warning
This commit is contained in:
Christian Ambach 2011-07-21 14:48:24 +02:00
parent 410c4deefe
commit bca69bfbc3

View File

@ -1715,8 +1715,6 @@ void close_conns_after_fork(void)
struct winbindd_cli_state *cli_state; struct winbindd_cli_state *cli_state;
for (domain = domain_list(); domain; domain = domain->next) { for (domain = domain_list(); domain; domain = domain->next) {
struct cli_state *cli = domain->conn.cli;
/* /*
* first close the low level SMB TCP connection * first close the low level SMB TCP connection
* so that we don't generate any SMBclose * so that we don't generate any SMBclose