OSDN Git Service

BandwidthController: correctly handle the iptables command exit code
authorJP Abgrall <jpa@google.com>
Thu, 14 Feb 2013 00:30:00 +0000 (16:30 -0800)
committerJP Abgrall <jpa@google.com>
Thu, 14 Feb 2013 00:30:00 +0000 (16:30 -0800)
commitc8dc63b14f5bcef34a23061c17d3bbe66df51429
tree288bb0eea55de7b03cf02caad7cedf183eb2851b
parent001f0a436e9fe0353dccd98ee34b91095d9ed1a1
BandwidthController: correctly handle the iptables command exit code

The return code from android_fork_execvp() needed to be massaged because
a status ptr was passed in.

Bug: 8185095
Change-Id: I205884f09b563dd729423a74f22fd5b8c2d59c64
BandwidthController.cpp