Solve compiler warning related to string size

"enable" is 6 characters, and doing a strncmp for 7 bytes leads to
compiler warnings about the extra character.

Bug: None
Test: build
Change-Id: I17e3093baeca55cccb46601491cbf497c338d27d
1 file changed