struct master_service_settings_output output;
const struct master_service_settings *set;
- i_assert(strcmp(input->module, cache->module) == 0);
- i_assert(strcmp(input->service, cache->service_name) == 0);
+ i_assert(null_strcmp(input->module, cache->module) == 0);
+ i_assert(null_strcmp(input->service, cache->service_name) == 0);
if (cache_find(cache, input, parser_r))
return 0;
&ctx->set_cache_dyn_parsers);
}
- if (strcmp(input->module, ctx->set_cache_module) == 0 &&
- strcmp(input->service, ctx->set_cache_service) == 0) {
+ if (null_strcmp(input->module, ctx->set_cache_module) == 0 &&
+ null_strcmp(input->service, ctx->set_cache_service) == 0) {
set_input.roots = ctx->set_cache_roots;
set_input.dyn_parsers = ctx->set_cache_dyn_parsers;
set_input.dyn_parsers_parent =