summaryrefslogtreecommitdiff
path: root/package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 02:02:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 02:02:04 +0100
commit0b9bf7c336b992c90e764c327b945bf8ee20a202 (patch)
treeeadbc4b1dbf563b37284aa6c70b78867a5bd98c1 /package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig
parent42bf426caea1d9ce4b6f92befa71cfb1df5f7458 (diff)
remove unused files
Diffstat (limited to 'package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig')
-rw-r--r--package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig b/package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig
deleted file mode 100644
index 3e78de505..000000000
--- a/package/snort/patches/patch-src_detection-plugins_sp_replace_c.orig
+++ /dev/null
@@ -1,11 +0,0 @@
---- snort-2.8.5.1.orig/src/detection-plugins/sp_replace.c 2009-07-07 17:37:04.000000000 +0200
-+++ snort-2.8.5.1/src/detection-plugins/sp_replace.c 2009-12-27 17:14:46.000000000 +0100
-@@ -122,7 +122,7 @@ static PatternMatchData * Replace_Parse(
- }
-
- /* find the start of the data */
-- start_ptr = index(rule, '"');
-+ start_ptr = strchr(rule, '"');
-
- if(start_ptr == NULL)
- {