../common/ns_config.c: In function 'destroy_config':
../common/ns_config.c:838:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
if (ptr->domainName != NULL)
^~
../common/ns_config.c:840:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
ptr->domainName = NULL;
^~~
cc1: all warnings being treated as errors