heimdal - fix overlapped identifiers in the "krb5" library

heimdal - fix overlapped identifiers in the "krb5" library

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Matthias Dieter Wallnöfer
2010-03-16 15:53:39 +01:00
committed by Love Hornquist Astrand
parent 50990d61cf
commit 69ea9b38e9
3 changed files with 11 additions and 11 deletions

View File

@@ -2002,7 +2002,7 @@ krb5_get_init_creds_password(krb5_context context,
if (ret == KRB5KDC_ERR_KEY_EXPIRED && chpw == 0) {
char buf[1024];
char buf2[1024];
/* try to avoid recursion */
if (in_tkt_service != NULL && strcmp(in_tkt_service, "kadmin/changepw") == 0)
@@ -2015,7 +2015,7 @@ krb5_get_init_creds_password(krb5_context context,
ret = change_password (context,
client,
ctx->password,
buf,
buf2,
sizeof(buf),
prompter,
data,