comment why we add cookie
This commit is contained in:
committed by
Love Hörnquist Åstrand
parent
1fac725de4
commit
7d1a059f9e
@@ -2145,6 +2145,10 @@ out:
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto out2;
|
goto out2;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Set cookie to let client know we want conversation to
|
||||||
|
* continue.
|
||||||
|
*/
|
||||||
ret = krb5_padata_add(context, &error_method,
|
ret = krb5_padata_add(context, &error_method,
|
||||||
KRB5_PADATA_FX_COOKIE,
|
KRB5_PADATA_FX_COOKIE,
|
||||||
NULL, 0);
|
NULL, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user