summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-11-15 07:55:01 -0500
committerJakub Hrozek <jhrozek@redhat.com>2012-11-19 13:51:18 +0100
commit19091b6b2187f74393dcee874148e228fa1d84bf (patch)
tree301ddf37d670b81c2be5297c1132c362e94dedd0
parent2de392686c1d5e9bc5972342f753ca4b5fc24bda (diff)
downloadsssd-19091b6b2187f74393dcee874148e228fa1d84bf.tar.gz
sssd-19091b6b2187f74393dcee874148e228fa1d84bf.tar.xz
sssd-19091b6b2187f74393dcee874148e228fa1d84bf.zip
SUDO: Remove unused variable
Eliminates a compiler warning
-rw-r--r--src/sss_client/sudo/sss_sudo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sss_client/sudo/sss_sudo.c b/src/sss_client/sudo/sss_sudo.c
index 92f575411..ec506429b 100644
--- a/src/sss_client/sudo/sss_sudo.c
+++ b/src/sss_client/sudo/sss_sudo.c
@@ -93,7 +93,6 @@ int sss_sudo_send_recv(uid_t uid,
uint32_t *_error,
struct sss_sudo_result **_result)
{
- char *fullname = NULL;
int ret;
if (username == NULL || strlen(username) == 0) {