dnsmasq: fix swapped ubus args mac and ip
[openwrt/staging/wigyori.git] / package / network / services / dnsmasq / patches / 240-ubus.patch
index 2d37b5d2fdd6510f4bfb0c5328e74a5c5c4fc3c0..0e0b1dd1b0b4409294db291d9cf011b31504f10d 100644 (file)
              string ? string : "",
              err ? err : "");
 +  if (!strcmp(type, "DHCPACK"))
-+        ubus_event_bcast("dhcp.ack", addr ? inet_ntoa(a) : NULL, daemon->namebuff, string ? string : NULL);
++        ubus_event_bcast("dhcp.ack", daemon->namebuff, addr ? inet_ntoa(a) : NULL, string ? string : NULL);
 +  else if (!strcmp(type, "DHCPRELEASE"))
-+        ubus_event_bcast("dhcp.release", addr ? inet_ntoa(a) : NULL, daemon->namebuff, string ? string : NULL);
++        ubus_event_bcast("dhcp.release", daemon->namebuff, addr ? inet_ntoa(a) : NULL, string ? string : NULL);
  }
  
  static void log_options(unsigned char *start, u32 xid)