mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-08 11:57:37 +08:00
add trusted mac status to status text
Signed-off-by liudengfeng@kunteng.org
This commit is contained in:
parent
176ddedf54
commit
13b5677154
@ -390,7 +390,7 @@ get_status_text()
|
||||
pstr_cat(pstr, "\nTrusted MAC addresses:\n");
|
||||
|
||||
for (p = config->trustedmaclist; p != NULL; p = p->next) {
|
||||
pstr_append_sprintf(pstr, " %s\n", p->mac);
|
||||
pstr_append_sprintf(pstr, " %s status: %d\n", p->mac, p->is_online);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user