mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix compiler warning.
This commit is contained in:
@@ -117,7 +117,7 @@ char *ubus_init()
|
|||||||
if (ret)
|
if (ret)
|
||||||
{
|
{
|
||||||
ubus_destroy(ubus);
|
ubus_destroy(ubus);
|
||||||
return ubus_strerror(ret);
|
return (char *)ubus_strerror(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
ubus->connection_lost = ubus_disconnect_cb;
|
ubus->connection_lost = ubus_disconnect_cb;
|
||||||
|
|||||||
Reference in New Issue
Block a user