summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/providers/krb5/krb5_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 4ccd75d26..425effb17 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -300,7 +300,7 @@ static krb5_error_code answer_otp(krb5_context ctx,
}
/* Validate our assumptions about the contents of authtok. */
- ret = sss_authtok_get_password(&kr->pd->authtok, &pwd, &len);
+ ret = sss_authtok_get_password(kr->pd->authtok, &pwd, &len);
if (ret != EOK)
goto done;