Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
service: remove dead code (esf_service) - coverity
  • Loading branch information
perexg committed Oct 3, 2014
1 parent af518e9 commit f7a328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.c
Expand Up @@ -437,7 +437,7 @@ service_build_filter(service_t *t)
if (esf->esf_language[0] &&
strncmp(esf->esf_language, st->es_lang, 4))
continue;
if (esf->esf_service && esf->esf_service[0]) {
if (esf->esf_service[0]) {
if (strcmp(esf->esf_service, idnode_uuid_as_str(&t->s_id)))
continue;
if (esf->esf_pid && esf->esf_pid != st->es_pid)
Expand Down

0 comments on commit f7a328f

Please sign in to comment.