Static analyser cppcheck says: 1. samba-4.23.1/source3/utils/status_json.c:1385:3: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction] 2. samba-4.23.1/source4/client/http_test.c:85:3: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction]
Thanks. Both of these should be changed to `return false`.