service.c was counting unfound filters towards the filter chain size.
This commit is contained in:
Markus Makela 2014-08-20 15:15:45 +03:00
parent 13dfd34d5d
commit e329d8cf13

View File

@ -675,6 +675,7 @@ int n = 0;
"Unable to find filter '%s' for service '%s'\n",
trim(ptr), service->name
)));
n--;
}
flist[n] = NULL;
ptr = strtok_r(NULL, "|", &brkt);