shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(act_hint_on_kdcreq): Set hint->etype in KDC-REQ.


From: shishi-commit
Subject: (act_hint_on_kdcreq): Set hint->etype in KDC-REQ.
Date: Sat, 13 Dec 2003 12:51:08 +0100

Commit from jas 2003-12-13 12:51 CET
(act_hint_on_kdcreq): Set hint->etype in KDC-REQ.
Module File name Revision
shishi lib/tkts.c 1.31 >>> 1.32

shishi/lib/tkts.c   1.31 >>> 1.32
Line 816
  goto done;
      }
 
+
+   if (hint->etype)
+     {
+       rc = shishi_kdcreq_set_etype (handle, kdcreq, &hint->etype, 1);
+       if (rc != SHISHI_OK)
+ goto done;
+     }
+
    return SHISHI_OK;
 
  done:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]