aboutsummaryrefslogtreecommitdiff
path: root/net/xprobe/files/patch-src:config_set.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/xprobe/files/patch-src:config_set.cc')
-rw-r--r--net/xprobe/files/patch-src:config_set.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/xprobe/files/patch-src:config_set.cc b/net/xprobe/files/patch-src:config_set.cc
deleted file mode 100644
index ca3c53130261..000000000000
--- a/net/xprobe/files/patch-src:config_set.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/config_set.cc.orig Fri Sep 26 13:40:23 2003
-+++ src/config_set.cc Thu Feb 26 00:32:04 2004
-@@ -158,8 +158,7 @@
-
- case XP_CONFIG_TK_SECEND:
- if (get_state() != XP_CONFIG_TK_SECBEGIN) {
-- ui->error("[x] Multiple close sections on line:
-- %i\n", cf->get_linenum());
-+ ui->error("[x] Multiple close sections on line: %i\n", cf->get_linenum());
- return FAIL;
- }
- set_state(0);