remove unused arguments

This commit is contained in:
leitner
2023-01-18 12:21:24 +00:00
parent b865407aee
commit 53e0ec0ad8
3 changed files with 4 additions and 8 deletions

View File

@@ -1589,7 +1589,7 @@ static int handle(int in,int out) {
/* Maybe the message is larger than the buffer. Attempt to find out how large the
* buffer should be so we can capture the whole message */
if (len>0) {
res=scan_ldapmessage_nolengthcheck(buf,buf+len,&messageid,&op,&Len);
res=scan_ldapmessage_nolengthcheck(buf,buf+len,&Len);
if (res) {
/* we could parse the header and have a size. Now check if it is plausible. */