summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-25 04:26:16 +0000
committerTim Potter <tpot@samba.org>2002-01-25 04:26:16 +0000
commit7c2d7205938ddd958b8399599febbf63ac4c8a88 (patch)
tree3c1d21960585984d41b1e245a7cf51b866628a3c
parent04f492980b73800b60dde764fdeb43f2eab79624 (diff)
downloadsamba-7c2d7205938ddd958b8399599febbf63ac4c8a88.tar.gz
samba-7c2d7205938ddd958b8399599febbf63ac4c8a88.tar.xz
samba-7c2d7205938ddd958b8399599febbf63ac4c8a88.zip
Removed unused static variable.
-rw-r--r--source/libsmb/libsmbclient.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c
index 33aeb62af8f..3b6252dd546 100644
--- a/source/libsmb/libsmbclient.c
+++ b/source/libsmb/libsmbclient.c
@@ -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;