Fix copy&paste error (found by Juergen Brauckmann)

This commit is contained in:
leitner
2002-04-26 10:30:30 +00:00
parent d115174017
commit 1445773429

View File

@@ -15,7 +15,7 @@ int scan_ldapsearchrequest(const char* src,const char* max,
res+=tmp;
if (!(tmp=scan_asn1INTEGER(src+res,max,&s->timeLimit))) goto error;
res+=tmp;
if (!(tmp=scan_asn1BOOLEAN(src+res,max,&s->timeLimit))) goto error;
if (!(tmp=scan_asn1BOOLEAN(src+res,max,&s->typesOnly))) goto error;
res+=tmp;
if (!(tmp=scan_ldapsearchfilter(src+res,max,&s->filter))) goto error;
res+=tmp;