summaryrefslogtreecommitdiff
path: root/memory_limit.c
diff options
context:
space:
mode:
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