Compare commits

...

2 Commits

View File

@ -81,7 +81,7 @@ char *linuxnm_module_poll() {
strcat(output, "");
}
if ((active_types & TYPE_VPN) == TYPE_VPN) {
strcat(output, "");
strcat(output, " ");
}
if ((active_types & TYPE_WIRED) == TYPE_WIRED) {
strcat(output, "");