From 2b230a34464b5496112fbe30076cec195e8f7be3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 9 Aug 2017 18:24:08 +0200 Subject: Add option to disable fixNumeric logic (s-prefixing), but default to ON --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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; -- cgit v1.2.3-55-g7522