Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa804aa3 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: I227bf1b5f1de8f858df72d58a4463aed5cc09cbc
parents 3149ad13 baccb91e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1357,7 +1357,7 @@ public class WifiStateTracker extends NetworkStateTracker {
        int netId = -1;
        String[] lines = reply.split("\n");
        for (String line : lines) {
            String[] prop = line.split(" *= *");
            String[] prop = line.split(" *= *", 2);
            if (prop.length < 2)
                continue;
            String name = prop[0];