shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Thu, 30 Mar 2006 17:29:25 +0200

Update of /home/jas/self/public-cvs/shishi/lib
In directory latte:/home/jas/self/src/shishi/lib

Modified Files:
        as.c 
Log Message:
Don't always clear padata.


--- /home/jas/self/public-cvs/shishi/lib/as.c   2005/05/26 15:12:34     1.46
+++ /home/jas/self/public-cvs/shishi/lib/as.c   2006/03/30 15:29:16     1.47
@@ -1,5 +1,5 @@
 /* as.c --- High level client AS functions
- * Copyright (C) 2002, 2003, 2004  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -59,11 +59,6 @@
       return SHISHI_ASN1_ERROR;
     }
 
-  /* XXX there are reasons for having padata in AS-REQ */
-  res = shishi_kdcreq_clear_padata (las->handle, las->asreq);
-  if (res != SHISHI_OK)
-    return res;
-
   las->asrep = shishi_asrep (handle);
   if (las->asrep == NULL)
     {





reply via email to

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