-
由 Brian Norris 提交于
The only exit (break) from the preceding loop is nested within a condition which yields req == NULL. This code is dead. Coverity CID #752669 Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
e22b7651
The only exit (break) from the preceding loop is nested within a
condition which yields req == NULL. This code is dead.
Coverity CID #752669
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>