Merge pull request #29 from skysql/null_filter_fix

Fix to bug #479, http://bugs.skysql.com/show_bug.cgi?id=479
This commit is contained in:
Vilho Raatikka 2014-08-20 15:37:05 +03:00
commit c432d052e5

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);