From 8b8f87a06ad5f18460012d0a0b4ceaa119bbccd3 Mon Sep 17 00:00:00 2001 From: Cristian Toader Date: Wed, 28 Aug 2013 19:56:42 +0300 Subject: removed PARAM_LEN --- src/common/sandbox.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/sandbox.h') diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 6cb827e268..a844fc5548 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -36,9 +36,6 @@ #include #include -/** Security measure for filter string parameter lengths*/ -#define MAX_PARAM_LEN 64 - #define PARAM_PTR 0 #define PARAM_NUM 1 -- cgit v1.2.3-54-g00ecf