summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2014-03-17 19:21:35 +0100
committerSimon Rettberg2014-03-17 19:21:35 +0100
commit18af18b35b72834284e079d79fae45a3d642676f (patch)
treeb622d709bb19c06651b4bed884d85aaaae6442df /types.h
parentLean and mean initial commit (diff)
downloadldadp-18af18b35b72834284e079d79fae45a3d642676f.tar.gz
ldadp-18af18b35b72834284e079d79fae45a3d642676f.tar.xz
ldadp-18af18b35b72834284e079d79fae45a3d642676f.zip
More progress.. Warning: Contains very ugly temporary hack for uidNumber<->objectSid mapping ;)
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 058d3df..417baa1 100644
--- a/types.h
+++ b/types.h
@@ -6,7 +6,7 @@
#include <time.h>
#define REQLEN 4000
-#define MAXMSGLEN 10000
+#define MAXMSGLEN 100000
#define BOOL uint8_t
#define TRUE 1