summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-07-03 12:27:17 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-03 12:44:08 -0400
commitbc1352717c7354005b4e6f70b6a51ed6b5146796 (patch)
treed8a3218ae42d1308d72320cd2e08cf36ff0966ec /sss_client
parent550f27dbdbd00024e483b989ebc033b2cbe0d239 (diff)
downloadsssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.tar.gz
sssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.tar.xz
sssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.zip
Cleanup warnings in client and server code
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/pam_sss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index a10e0eabc..bec646972 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -32,8 +32,8 @@ struct pam_items {
const char* pam_tty;
const char* pam_ruser;
const char* pam_rhost;
- const char* pam_authtok;
- const char* pam_newauthtok;
+ char* pam_authtok;
+ char* pam_newauthtok;
const char* pamstack_authtok;
const char* pamstack_oldauthtok;
size_t pam_service_size;