Remoe static declaration of kg_context,
authorSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 23:32:59 +0000 (23:32 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 23:32:59 +0000 (23:32 +0000)
which is global elsewhere and extern in gssapiP_krb5.h

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

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/k5mech.c

index 3a770381ddf64938cd4b4bd61388a8a416d49bfb..87b9ca34a65e9642feda07a2f78f22e13ed53a06 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 26 18:08:57 1996  Sam Hartman  <hartmans@tertius.mit.edu>
+
+       * k5mech.c : do not declare kg_context static as it is declared in another file, and declared extern in a header.
+
 Sat Feb 24 00:06:37 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * k5mech.c (krb5_gss_initialize): No longer need to call
index 7131d51ba43de3f0a03964a5dc05833432742c1c..6f0f35a0cefc626c58bb6268a3c59a9031fdd775 100644 (file)
@@ -79,11 +79,6 @@ static struct gss_config krb5_mechanism =
 
 #include "k5-int.h"
 
-/* 
- * Do we want to allocate a new kg_context everytime we call this?
- * I don't know -- for now, just allocate one of them.
- */
-static krb5_context kg_context;
 
 OM_uint32
 krb5_gss_get_context(context)