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`.
This bug was referenced in samba master: a7e7a68b80cbf7fec83e75cc592cda0bcdfb3766 90c806d3083d4e88d8c6626becd50b322117f213