diff options
author | Tim Potter <tpot@samba.org> | 2003-04-04 00:30:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-04 00:30:50 +0000 |
commit | 118712249fe85523bcaed6803484e21ee56c53e3 (patch) | |
tree | 87bee7cc57969d3018788e83d7d014e820054563 /source3 | |
parent | 4af8e4a6a37e366194a111f5568540a6c9b7f1a7 (diff) | |
download | samba-118712249fe85523bcaed6803484e21ee56c53e3.tar.gz samba-118712249fe85523bcaed6803484e21ee56c53e3.tar.bz2 samba-118712249fe85523bcaed6803484e21ee56c53e3.zip |
Removed unused variables.
(This used to be commit 32d1dd19bb0b6abc6508ce65d5129acea79225bf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 5fb59e7467..5eabcfca20 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -392,7 +392,6 @@ static void centry_put_string(struct cache_entry *centry, const char *s) static void centry_put_sid(struct cache_entry *centry, const DOM_SID *sid) { - int len; fstring sid_string; centry_put_string(centry, sid_to_string(sid_string, sid)); } @@ -446,7 +445,6 @@ static void wcache_save_name_to_sid(struct winbindd_domain *domain, enum SID_NAME_USE type) { struct cache_entry *centry; - uint32 len; fstring uname; fstring sid_string; |