summaryrefslogtreecommitdiff
path: root/core/dhcpcd/commit_e348e99776.diff
diff options
context:
space:
mode:
Diffstat (limited to 'core/dhcpcd/commit_e348e99776.diff')
-rw-r--r--core/dhcpcd/commit_e348e99776.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/dhcpcd/commit_e348e99776.diff b/core/dhcpcd/commit_e348e99776.diff
deleted file mode 100644
index 3f64f3a55..000000000
--- a/core/dhcpcd/commit_e348e99776.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: dhcp.c
-==================================================================
---- dhcp.c
-+++ dhcp.c
-@@ -2701,11 +2701,10 @@
- if (state == NULL)
- goto eexit;
- ifp->options = calloc(1, sizeof(*ifp->options));
- if (ifp->options == NULL)
- goto eexit;
-- strlcpy(ifp->name, ifname, sizeof(ifp->name));
- snprintf(state->leasefile, sizeof(state->leasefile),
- LEASEFILE, ifp->name);
- strlcpy(ifp->options->script, SCRIPT, sizeof(ifp->options->script));
- state->new = read_lease(ifp);
- if (state->new == NULL && errno == ENOENT) {
-