diff options
| author | Roy Marples <roy@marples.name> | 2013-02-19 16:32:48 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-02-19 16:32:48 +0000 |
| commit | 04d7357f8a94ee14b5efd22056a8a734a78bc87e (patch) | |
| tree | 6ee46bf6bc4ec7a5cd308b6ffafecbc57d3932f0 | |
| parent | bae38a5f3c604fe56669c094d9c9ae64dcbcc424 (diff) | |
| download | dhcpcd-04d7357f8a94ee14b5efd22056a8a734a78bc87e.tar.xz | |
Fix last commit.
| -rw-r--r-- | arp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ send_arp(const struct interface *ifp, int op, in_addr_t sip, in_addr_t tip) APPEND(&sip, sizeof(sip)); ZERO(ifp->hwlen); APPEND(&tip, sizeof(tip)); + len = p - arp_buffer; return send_raw_packet(ifp, ETHERTYPE_ARP, arp_buffer, len); eexit: |
