summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_mysql.c')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_mysql.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_mysql.c b/net-mgmt/nagios-plugins/files/patch-check_mysql.c
deleted file mode 100644
index 68abe17ff6b1..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-check_mysql.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/check_mysql.c.orig Fri Nov 15 02:04:51 2002
-+++ plugins/check_mysql.c Tue Nov 26 15:12:58 2002
-@@ -207,7 +207,7 @@
- if (strlen(db) == 0 && argc > c)
- db = argv[c++];
-
-- if (is_intnonneg (argv[c]))
-+ if (argc > c && is_intnonneg (argv[c]))
- db_port = atoi (argv[c++]);
-
- return validate_arguments ();