]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/context.h
Begin removing the EXTAUTH database
[citadel.git] / citadel / server / context.h
index faacdd65f8f96e607bd31465c17e386a26974255..1533156b1003b886288dc6f8df6d9e56913c040a 100644 (file)
@@ -120,7 +120,6 @@ struct CitContext {
        struct ma_info *ma;                     /* multipart/alternative data */
        const char *ServiceName;                /* readable purpose of this session */
        long tcp_port;
-       void *openid_data;                      /* Data stored by the OpenID module */
        char *ldap_dn;                          /* DN of user when using AUTHMODE_LDAP */
 
        void (*h_command_function) (void) ;     /* service command function */