We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33692a commit 856d229Copy full SHA for 856d229
src/detection/wifi/wifi_linux.c
@@ -285,7 +285,7 @@ static const char* detectWifiWithIoctls(FFWifiResult* item)
285
{
286
for(int i = 0; i < 6; ++i)
287
ffStrbufAppendF(&item->conn.bssid, "%.2X:", (uint8_t) iwr.u.ap_addr.sa_data[i]);
288
- ffStrbufTrimRight(&item->conn.bssid, '-');
+ ffStrbufTrimRight(&item->conn.bssid, ':');
289
}
290
291
if(ioctl(sock, SIOCGIWRATE, &iwr) >= 0)
0 commit comments