Ports: Remove obsolete patch for dropbear

This commit is contained in:
Linus Groh 2021-05-09 17:25:41 +01:00
parent 52861226c3
commit 80a742b1b3

View file

@ -1,12 +0,0 @@
--- a/dbutil.c.orig
+++ b/dbutil.c
@@ -553,9 +553,6 @@
}
void disallow_core() {
- struct rlimit lim;
- lim.rlim_cur = lim.rlim_max = 0;
- setrlimit(RLIMIT_CORE, &lim);
}
/* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE, with the result in *val */