summaryrefslogtreecommitdiff
path: root/core/dhcpcd/commit_e348e99776.diff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
commit7e108c74958ec076a3734822f61f145d0d69547f (patch)
tree5af7d8df8a09ee699544a24ce149876c1cdee06e /core/dhcpcd/commit_e348e99776.diff
parent8640bbf496b9d8a232da91e1db43466797f86861 (diff)
Thu Mar 20 04:00:11 UTC 2014
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) {
-