commit | dc9a8ca2c26dd2d187385609b35ac040367f26de | [log] [tgz] |
---|---|---|
author | Jay Srinivasan <jaysri@chromium.org> | Tue Mar 19 18:12:38 2013 -0700 |
committer | Jay Srinivasan <jaysri@chromium.org> | Wed Mar 20 07:49:40 2013 -0700 |
tree | e4a6f2c552b21ed8b0018d17cfeec3d32683407a | |
parent | ae4697c073b84b260990a141acd53c6806da0708 [diff] |
Fix update_disabled flag to be set to false when there's no policy. My previous check-in introduced an uninitialized variable which may cause some random AU failures because of the update_disbled flag being initialized to true based on the contents of the stack. This CL fixes it by always setting it to false. BUG=chromium:222161 TEST=Unit Tests Pass, work as expected on my ZGB. Change-Id: I80fce1db566f6cea0ea80370c4a90dc538215316 Reviewed-on: https://gerrit.chromium.org/gerrit/45941 Reviewed-by: Don Garrett <dgarrett@chromium.org> Tested-by: Jay Srinivasan <jaysri@chromium.org>