summaryrefslogtreecommitdiff
path: root/memory_limit.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-10-12 14:57:47 +0200
committerBen Fuhrmannek2016-10-12 14:57:47 +0200
commit1a3fd5eeb9a5859aefedb9302adb6ecd6a1873a7 (patch)
treea8925768de344632ec89e051a3c71a3c7c61ffd3 /memory_limit.c
parent2e4fbdbdd8ff3b1d1a0edb579392506ef3ed98e2 (diff)
comments and whitespace cleanup
Diffstat (limited to 'memory_limit.c')
-rw-r--r--memory_limit.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/memory_limit.c b/memory_limit.c
index 2a7a114..63c09b6 100644
--- a/memory_limit.c
+++ b/memory_limit.c
@@ -16,9 +16,6 @@
16 | Author: Stefan Esser <sesser@sektioneins.de> and others | 16 | Author: Stefan Esser <sesser@sektioneins.de> and others |
17 +----------------------------------------------------------------------+ 17 +----------------------------------------------------------------------+
18*/ 18*/
19/*
20 $Id: memory_limit.c $
21*/
22 19
23#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
24#include "config.h" 21#include "config.h"
@@ -84,7 +81,7 @@ void suhosin_hook_memory_limit()
84 /* replace OnUpdateMemoryLimit handler */ 81 /* replace OnUpdateMemoryLimit handler */
85 ini_entry->on_modify = suhosin_OnChangeMemoryLimit; 82 ini_entry->on_modify = suhosin_OnChangeMemoryLimit;
86 } 83 }
87 84
88} 85}
89 86
90 87