pass extra argument to krb5_cc_[gs]et_config.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23419 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2006 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 2006 - 2008 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -135,7 +135,8 @@ get_user_ccache(const ntlm_name name, char **username, struct ntlm_buf *key)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = krb5_cc_get_config(context, id, confname, &data);
|
ret = krb5_cc_get_config(context, id, NULL,
|
||||||
|
confname, &data);
|
||||||
|
|
||||||
key->data = malloc(data.length);
|
key->data = malloc(data.length);
|
||||||
if (key->data == NULL)
|
if (key->data == NULL)
|
||||||
|
Reference in New Issue
Block a user