summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_AccountProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/LMI_AccountProvider.c')
-rw-r--r--src/account/LMI_AccountProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account/LMI_AccountProvider.c b/src/account/LMI_AccountProvider.c
index d7b0dac..9727923 100644
--- a/src/account/LMI_AccountProvider.c
+++ b/src/account/LMI_AccountProvider.c
@@ -84,7 +84,7 @@ static CMPIStatus LMI_AccountEnumInstances(
long last_change, min_lifetime, max_lifetime, warn, inactive, expire;
time_t last_login;
CMPIStatus *rc = NULL;
- char *password = NULL;
+ const char *password = NULL;
luc = lu_start(NULL, lu_user, NULL, NULL, lu_prompt_console_quiet, NULL, &error);
if (!luc)
@@ -238,7 +238,7 @@ static CMPIStatus LMI_AccountModifyInstance(
* Set up account expiration
* Set up password expiration
*/
- char* value = NULL, *password = NULL;
+ const char* value = NULL, *password = NULL;
CMPIString* vs = NULL;
CMPIArray* ar = NULL; int arsize;/* used for password */
CMPIData data;