diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-28 19:56:42 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-28 19:56:42 +0300 |
commit | 8b8f87a06ad5f18460012d0a0b4ceaa119bbccd3 (patch) | |
tree | 21a682b24fd211a3cb4d06917a1615a83a67f669 /src/common/sandbox.h | |
parent | b121ca581d8a2390f6aa61f6537a1884cd268c44 (diff) | |
download | tor-8b8f87a06ad5f18460012d0a0b4ceaa119bbccd3.tar.gz tor-8b8f87a06ad5f18460012d0a0b4ceaa119bbccd3.zip |
removed PARAM_LEN
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <seccomp.h> #include <netdb.h> -/** Security measure for filter string parameter lengths*/ -#define MAX_PARAM_LEN 64 - #define PARAM_PTR 0 #define PARAM_NUM 1 |