Browse Source
Add a missing continues to prevent falling through to the command parsing section. The first continue happens when the command list is empty, so change the condition to see whether we have read the first line, rather than any commands. Fix comparison to BEGIN_SIGNATURE to use raw line with newline. Change-Id: If3d92f5ceade8ba7605847a4b2bc55ff17d119acstable-4.1
Dave Borowitz
10 years ago
1 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue