From 1064f52dae482cee0b2feeff3ca6eea5789033c7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 5 Jun 2002 16:39:15 +0000 Subject: [PATCH] Fix typo in last commit --- libraries/libldap/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5