From: Kurt Zeilenga Date: Wed, 5 Jun 2002 16:39:15 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: OPENLDAP_REL_ENG_2_MP~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1064f52dae482cee0b2feeff3ca6eea5789033c7;p=openldap Fix typo in last commit --- diff --git a/libraries/libldap/url.c b/libraries/libldap/url.c index 0975e9bdf9..e7985dae6b 100644 --- a/libraries/libldap/url.c +++ b/libraries/libldap/url.c @@ -924,7 +924,7 @@ ldap_url_parsehosts( char **specs, *p; assert( ludlist != NULL ); - assert( url != NULL ); + assert( hosts != NULL ); *ludlist = NULL;