diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-03 08:54:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-03 08:54:24 +0000 |
commit | 2771d77c6025dd7a1b5fbf2c0f863e334655b323 (patch) | |
tree | 58b8e96c47b8e2c751da97616f863c20af47ac9f /source3 | |
parent | fd6ea431617d91c5f5c6b07cb26910f4900c1515 (diff) | |
download | samba-2771d77c6025dd7a1b5fbf2c0f863e334655b323.tar.gz samba-2771d77c6025dd7a1b5fbf2c0f863e334655b323.tar.bz2 samba-2771d77c6025dd7a1b5fbf2c0f863e334655b323.zip |
tidied up some unused vars in JFs new fns
(This used to be commit e26502b1f840cd0fafd700c9756b610b38709ce2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/lanman.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index f971bf1e35..21d18fc88c 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -1672,14 +1672,8 @@ static BOOL api_RNetGroupEnum(connection_struct *conn,uint16 vuid, char *param,c char *str2 = skip_string(str1,1); char *p = skip_string(str2,1); int uLevel = SVAL(p,0); - int buf_len = SVAL(p,2); char *p2; int count=0; - int total=0,counted=0; - BOOL missed = False; - int i; - int data_len, fixed_len, string_len; - int f_len = 0, s_len = 0; if (!prefix_ok(str1,"WrLeh")) return False; @@ -1734,14 +1728,8 @@ static BOOL api_RNetUserEnum(connection_struct *conn,uint16 vuid, char *param,ch char *str2 = skip_string(str1,1); char *p = skip_string(str2,1); int uLevel = SVAL(p,0); - int buf_len = SVAL(p,2); char *p2; int count=0; - int total=0,counted=0; - BOOL missed = False; - int i; - int data_len, fixed_len, string_len; - int f_len = 0, s_len = 0; if (!prefix_ok(str1,"WrLeh")) return False; |