Logging: add details to failed password attempts to make it fail2ban more easy to...
[citadel.git] / citadel / context.h
index 5e9d998acb9d8a9e4798da2e6a4fc9df15ae9636..c2578036035f92bc73062aaf81566b8912a6a43e 100644 (file)
@@ -129,6 +129,7 @@ struct CitContext {
        struct cit_ical *CIT_ICAL;              /* calendaring data */
        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 */