summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 19477fb..4030902 100644
--- a/types.h
+++ b/types.h
@@ -120,6 +120,7 @@ struct _server_t_ {
unsigned char fingerprint[FINGERPRINTLEN];
char cabundle[MAXPATH];
BOOL plainLdap;
+ BOOL fixNumeric; // prefix numeric account names with an 's'
uint16_t port;
SSL_CTX *sslContext;
epoll_server_t con;