Compare commits

..

No commits in common. "1a1a58f66c354f4b4f580e712856a581912f3f75" and "15047fe6670604d08df0dc9395993848078bd3ac" have entirely different histories.

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, "");