diff options
| author | Roy Marples <roy@marples.name> | 2016-10-24 19:18:43 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-10-24 19:18:43 +0000 |
| commit | 2c00914d355850fd6f650ed39974cb26d155f953 (patch) | |
| tree | 0c3f5ee2aaebd2660bdf48f48323a85bfc69fb7d | |
| parent | 5a4f7412ab2362a4dca470c7d4b0d2e87c8d42c5 (diff) | |
| download | dhcpcd-2c00914d355850fd6f650ed39974cb26d155f953.tar.xz | |
Remove debug.
| -rw-r--r-- | arp.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -208,8 +208,6 @@ arp_open(struct interface *ifp) { struct iarp_state *state; -printf("ARP OPENED!!!\n"); - state = ARP_STATE(ifp); if (state->fd == -1) { state->fd = if_openraw(ifp, ETHERTYPE_ARP); |
