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

Commit 68df4bd0 authored by Tom Cherry's avatar Tom Cherry Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE init: Fix parsing of multiple property triggers" into mnc-dr-dev

parents e1801863 8b72ea3f
Loading
Loading
Loading
Loading
+23 −24
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ void queue_property_triggers(const char *name, const char *value)
                        match = true;
                        continue;
                    }
                } else {
                }
                const char* equals = strchr(test, '=');
                if (equals) {
                    char prop_name[PROP_NAME_MAX + 1];
@@ -606,7 +606,6 @@ void queue_property_triggers(const char *name, const char *value)
                    }
                }
            }
             }
            match = false;
            break;
        }