diff options
Diffstat (limited to 'ncr-limits.c')
-rw-r--r-- | ncr-limits.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ncr-limits.c b/ncr-limits.c index 5340954..7a98f3c 100644 --- a/ncr-limits.c +++ b/ncr-limits.c @@ -34,12 +34,10 @@ /* arbitrary now */ static unsigned int max_per_user[] = { [LIMIT_TYPE_KEY] = 128, - [LIMIT_TYPE_DATA] = 128, }; static unsigned int max_per_process[] = { [LIMIT_TYPE_KEY] = 64, - [LIMIT_TYPE_DATA] = 64, }; struct limit_user_item_st { |