reword rant comment

This commit is contained in:
leitner
2002-04-03 19:34:37 +00:00
parent aa13f6c77a
commit ebca2ebe43

View File

@@ -50,7 +50,7 @@ int scan_ldapmodifyrequest(const char* src,const char* max,struct ModifyRequest*
if (!(tmp=scan_ldapstring(src+res,imax,&last->AttributeDescription))) goto error; if (!(tmp=scan_ldapstring(src+res,imax,&last->AttributeDescription))) goto error;
res+=tmp; res+=tmp;
{ {
long iiislen; /* urgh, _four_ levels of indirection */ long iiislen; /* waah, _four_ levels of indirection! It doesn't get more inefficient than this */
const char* iimax; const char* iimax;
struct AttributeDescriptionList* ilast=0; struct AttributeDescriptionList* ilast=0;
if (!(tmp=scan_asn1SET(src+res,max,&iiislen))) goto error; if (!(tmp=scan_asn1SET(src+res,max,&iiislen))) goto error;