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