* secure.h: Change SESSION to refer to &cred.session instead, so
authorTom Yu <tlyu@mit.edu>
Tue, 24 Oct 2000 00:15:17 +0000 (00:15 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 24 Oct 2000 00:15:17 +0000 (00:15 +0000)
as to have the correct pointer type when passed to
{mk,rd}_{safe,priv}() functions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12807 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/secure.h

index 196af537a2143cdfecf0ce4416c2baf40720a00a..7b84be3b8926ad79bab2deb9e65b9386d7f37c37 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-23  Tom Yu  <tlyu@mit.edu>
+
+       * secure.h: Change SESSION to refer to &cred.session instead, so
+       as to have the correct pointer type when passed to
+       {mk,rd}_{safe,priv}() functions.
+
 Tue Oct 10 05:01:21 2000  Ezra Peisach  <epeisach@mit.edu>
 
        * ftp.c (do_auth): Remove debugging printf which I inadvertantly
index cb271fcfaea925b2fb71ea759fe08a9c6a79edf0..0efb612d17759f919855b78dbfed110b19b1943e 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 
 #define CRED_DECL      extern CREDENTIALS cred;
-#define SESSION                cred.session
+#define SESSION                &cred.session
 #define myaddr         data_addr
 #define hisaddr                hisdataaddr