remove gay check

This commit is contained in:
Luna Mendes 2017-12-03 03:17:18 -03:00
parent 384d2180ae
commit 49b91fc1d9
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,7 @@ int main(int argc, char **argv)
exit(-1);
}
/*
if(strlen(buffer) != header.len || strlen(buffer) - 1 != header.len)
{
@ -98,6 +99,8 @@ int main(int argc, char **argv)
exit(-1);
}
*/
if(header.op != 0)
{
LOG_ERROR("main", "incorrect header op");