This file is completely broken -- see comment at top
authorBarry Jaspan <bjaspan@mit.edu>
Fri, 19 Jan 1990 18:10:45 +0000 (18:10 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Fri, 19 Jan 1990 18:10:45 +0000 (18:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@152 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_read.c

index 86b2cfe65a1bd525b2dee1441cbbe5cd51681d80..c70bd75c7134e140b768ceb130f017819fd3a8f9 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * **************************************
+ * Major problem:
+ * This code is really confused (meaning that I was confused when I
+ * wrote it).  The declarations are set up such that the functions
+ * below can copy data into a structure it is given a pointer to, but
+ * they are written to allocate memory and return a pointer to that.
+ * Of course, the pointer is never returned because I have one too few
+ * levels of directory, so essentially nothing will work.
+ *
+ * Have fun, Bill.
+ * **************************************
+ */
+
+
 /*
  * $Source$
  * $Author$