<url> was used uninitialized

This commit is contained in:
Hallvard Furuseth 1999-09-03 20:19:18 +00:00
parent 2363640b33
commit e8ab6eabec

View File

@ -110,6 +110,9 @@ ldif_parse_line(
}
*s++ = '\0';
url = 0;
b64 = 0;
if ( *s == '\0' ) {
/* no value */
value = NULL;
@ -117,9 +120,6 @@ ldif_parse_line(
goto done;
}
url = 0;
b64 = 0;
if ( *s == '<' ) {
s++;
url = 1;