Apache auth hook appears to work, but filter still not registered properly. Added...
[mod_auth_kerb.cvs/.git] / gss.h
diff --git a/gss.h b/gss.h
index cc055f8..cb6a74a 100644 (file)
--- a/gss.h
+++ b/gss.h
@@ -58,9 +58,10 @@ typedef struct gss_conn_ctx_t {
     GSS_CTX_IN_PROGRESS,
     GSS_CTX_FAILED,
     GSS_CTX_ESTABLISHED,
+    GSS_CTX_ERROR,
   } state;
   char *user;
-  gss_buffer_desc *output_token;
+  gss_buffer_desc output_token;
   unsigned int nonce;
 } *gss_conn_ctx;