diff options
author | Tim Potter <tpot@samba.org> | 2002-01-25 04:26:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-25 04:26:16 +0000 |
commit | 9731bbe06d86edfb4584d79a57299e4969ba5a46 (patch) | |
tree | fe25fb2ff36f826b8092ec8fbf3f1b7fdee29198 /source3/libsmb | |
parent | 114eaabdcbacf626ccb452a2d4f695b183dd738b (diff) | |
download | samba-9731bbe06d86edfb4584d79a57299e4969ba5a46.tar.gz samba-9731bbe06d86edfb4584d79a57299e4969ba5a46.tar.bz2 samba-9731bbe06d86edfb4584d79a57299e4969ba5a46.zip |
Removed unused static variable.
(This used to be commit 7c2d7205938ddd958b8399599febbf63ac4c8a88)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/libsmbclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 33aeb62af8..3b6252dd54 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/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; |