setcifsacl: remove unused rc var from build_cmdline_aces
authorJeff Layton <jlayton@samba.org>
Fri, 23 Sep 2011 16:51:28 +0000 (12:51 -0400)
committerJeff Layton <jlayton@samba.org>
Fri, 23 Sep 2011 16:51:28 +0000 (12:51 -0400)
commit3956417185b257b877184b04e035254000e8eafe
tree1f3bc2c503124a34eaacac4b1b41788b088f5302
parent6f8711840e0a812ffa5140243d3adfe0aed64e98
setcifsacl: remove unused rc var from build_cmdline_aces

...and eliminate this build warning:

setcifsacl.c: In function ‘build_cmdline_aces’:
setcifsacl.c:582:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Jeff Layton <jlayton@samba.org>
setcifsacl.c