1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

Removed unused static variable.

(This used to be commit 7c2d7205938ddd958b8399599febbf63ac4c8a88)
This commit is contained in:
Tim Potter 2002-01-25 04:26:16 +00:00
parent 114eaabdcb
commit 9731bbe06d

View File

@ -68,7 +68,6 @@ static int smbc_initialized = 0;
static smbc_get_auth_data_fn smbc_auth_fn = NULL;
/*static int smbc_debug;*/
static int smbc_start_fd;
static int smbc_max_fd = 10000;
static struct smbc_file **smbc_file_table;
static struct smbc_server *smbc_srvs;
static pstring my_netbios_name;