some minor clean-up
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-23 00:06:55 +09:00
parent 9fa26924c7
commit ebfdb71044
3 changed files with 22 additions and 14 deletions

View File

@ -2854,6 +2854,7 @@ done:
/* ------------------------------------------------------------ */
/*
BEGIN {
if (sys::getnwifcfg("eth0", sys::NWIFCFG_IN6, x) >= 0)
{
for (i in x) print i, x[i];
@ -2862,6 +2863,7 @@ done:
{
print "Error:", sys::errmsg();
}
}
*/
static int fnc_getifcfg (hawk_rtx_t* rtx, const hawk_fnc_info_t* fi)
{