commit | 37757e98acfe299a0af1f4cbc0ebcfc2f2b23657 | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Fri Apr 13 19:22:35 2012 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 1d4f895710552c1cb14d7083cd58a42aca76acff | |
parent | 891fd67e37f484ad700e03c9d5fbcb99a82f5b0b [diff] |
netfilter: qtaguid: initialize a local var to keep compiler happy. There was a case that might have seemed like new_tag_stat was not initialized and actually used. Added comment explaining why it was impossible, and a BUG() in case the logic gets changed. Change-Id: I1eddd1b6f754c08a3bf89f7e9427e5dce1dfb081 Signed-off-by: JP Abgrall <jpa@google.com>