From: Howard Chu Date: Fri, 20 Dec 2002 00:33:10 +0000 (+0000) Subject: Fix ITS#2246, fix in rev 1.73 was in the wrong place X-Git-Tag: NO_SLAP_OP_BLOCKS~653 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b3b044dacddc6042d8facffdd4e30bbc9202e4d;p=openldap Fix ITS#2246, fix in rev 1.73 was in the wrong place --- diff --git a/libraries/liblber/io.c b/libraries/liblber/io.c index a63d237f22..49e0abae0c 100644 --- a/libraries/liblber/io.c +++ b/libraries/liblber/io.c @@ -536,9 +536,9 @@ ber_get_next( } ber->ber_tag = tag; ber->ber_ptr = (char *)p; - } - if (i == 1) continue; + if (i == 1) continue; + } /* Now look for the length */ if (*ber->ber_ptr & 0x80) { /* multi-byte */