summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-11-15 07:55:01 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-11-15 07:56:24 -0500
commit0411c03775c258a40232565387d15ed89e3a7b7f (patch)
treedf3057243fa760226dc51e1f4c9535fa250df864
parent894d2d57738cf4cabfc2fc6b6fd74bdba68ff515 (diff)
downloadsssd-0411c03775c258a40232565387d15ed89e3a7b7f.tar.gz
sssd-0411c03775c258a40232565387d15ed89e3a7b7f.tar.xz
sssd-0411c03775c258a40232565387d15ed89e3a7b7f.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) {