summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1990-01-19 18:10:45 +0000
committerBarry Jaspan <bjaspan@mit.edu>1990-01-19 18:10:45 +0000
commit800abc6b6014acf88eff9a18255c8d225c806756 (patch)
tree68a253c836d201638e8a93c166ead9fa5060c5d8 /src/lib
parentba4543679145a29edd8dc3fa2fc22a4b07bc6a57 (diff)
downloadkrb5-800abc6b6014acf88eff9a18255c8d225c806756.tar.gz
krb5-800abc6b6014acf88eff9a18255c8d225c806756.tar.xz
krb5-800abc6b6014acf88eff9a18255c8d225c806756.zip
This file is completely broken -- see comment at top
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@152 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_read.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_read.c b/src/lib/krb5/ccache/file/fcc_read.c
index 86b2cfe65..c70bd75c7 100644
--- a/src/lib/krb5/ccache/file/fcc_read.c
+++ b/src/lib/krb5/ccache/file/fcc_read.c
@@ -1,4 +1,19 @@
/*
+ * **************************************
+ * 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$
*