s/*vlenp = NULL;/*vlenp = 0;/

This commit is contained in:
Hallvard Furuseth 1999-08-03 04:02:16 +00:00
parent a9f6fc35f7
commit f7fe39e5f2
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ ldif_fetch_url(
#else
*valuep = NULL;
*vlenp = NULL;
*vlenp = 0;
return -1;
#endif
}

View file

@ -66,7 +66,7 @@ ldif_parse_line(
*typep = NULL;
*valuep = NULL;
*vlenp = NULL;
*vlenp = 0;
/* skip any leading space */
while ( isspace( (unsigned char) *line ) ) {