comment why we add cookie

This commit is contained in:
Love Hornquist Astrand
2010-01-19 22:32:09 +00:00
committed by Love Hörnquist Åstrand
parent 1fac725de4
commit 7d1a059f9e

View File

@@ -2145,6 +2145,10 @@ out:
if (ret)
goto out2;
/*
* Set cookie to let client know we want conversation to
* continue.
*/
ret = krb5_padata_add(context, &error_method,
KRB5_PADATA_FX_COOKIE,
NULL, 0);