summaryrefslogtreecommitdiffstats
path: root/src/sss_client/common.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-11-15 15:16:36 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-11-15 15:52:10 -0500
commit8b37eff6e65298e652eb839df412286e3b4766f5 (patch)
tree3a2aa4566b5cfd39b836614ec902e8b4a706ae9f /src/sss_client/common.c
parente194940b169691939c5c8f2a29754df1c7678a42 (diff)
downloadsssd-8b37eff6e65298e652eb839df412286e3b4766f5.tar.gz
sssd-8b37eff6e65298e652eb839df412286e3b4766f5.tar.xz
sssd-8b37eff6e65298e652eb839df412286e3b4766f5.zip
Fix incorrect type comparison
https://fedorahosted.org/sssd/ticket/657
Diffstat (limited to 'src/sss_client/common.c')
-rw-r--r--src/sss_client/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sss_client/common.c b/src/sss_client/common.c
index 3bfa89281..7477c313e 100644
--- a/src/sss_client/common.c
+++ b/src/sss_client/common.c
@@ -637,7 +637,7 @@ enum nss_status sss_nss_make_request(enum sss_cli_command cmd,
uint8_t **repbuf, size_t *replen,
int *errnop)
{
- enum nss_status ret;
+ enum sss_status ret;
char *envval;
/* avoid looping in the nss daemon */