diff options
author | Jeff Layton <jlayton@samba.org> | 2011-05-24 14:49:58 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-05-24 14:49:58 -0400 |
commit | 0a32d6990e67c48753435e986c7073876cafe7f3 (patch) | |
tree | 5406c7e31c77145d8be3d3654851233b8473aa87 /cifs.idmap.c | |
parent | f699e959d2afadffc6a4db96b57f873f7dd5e9d9 (diff) | |
download | cifs-utils-0a32d6990e67c48753435e986c7073876cafe7f3.tar.gz cifs-utils-0a32d6990e67c48753435e986c7073876cafe7f3.tar.bz2 cifs-utils-0a32d6990e67c48753435e986c7073876cafe7f3.zip |
cifs.idmap: remove 2 unused variables
cifs.idmap.c: In function ‘cifs_idmap’:
cifs.idmap.c:85:16: warning: unused variable ‘gr’ [-Wunused-variable]
cifs.idmap.c:84:17: warning: unused variable ‘pw’ [-Wunused-variable]
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'cifs.idmap.c')
-rw-r--r-- | cifs.idmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cifs.idmap.c b/cifs.idmap.c index ea24824..56edb58 100644 --- a/cifs.idmap.c +++ b/cifs.idmap.c @@ -81,8 +81,6 @@ cifs_idmap(const key_serial_t key, const char *key_descr) wbcErr rc = 1; char *sidstr = NULL; struct wbcDomainSid sid; - struct passwd *pw; - struct group *gr; /* * Use winbind to convert received string to a SID and lookup |