Merge branch 'develop' into firewall

This commit is contained in:
Markus Makela
2014-11-11 14:18:44 +02:00
28 changed files with 663 additions and 242 deletions

View File

@ -57,7 +57,7 @@ int main(int argc, char** argv)
{
fgets(readbuff,4092,infile);
psize = strlen(readbuff);
if(psize < 0 || psize > 4092){
if(psize > 4092){
continue;
}
qbuff = gwbuf_alloc(psize + 7);