Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).

This commit is contained in:
dmose%mozilla.org 2000-09-06 01:25:19 +00:00
parent 7ddb6abbe3
commit d2339b8896

View File

@ -58,7 +58,7 @@ NS_IMETHODIMP
nsLDAPURL::GetSpec(char* *aSpec)
{
NS_ENSURE_ARG_POINTER(aSpec);
NS_ENSURE_FALSE(mSpec == nsnull, NS_ERROR_NOT_INITIALIZED);
NS_ENSURE_FALSE(mSpec.IsEmpty(), NS_ERROR_NOT_INITIALIZED);
// copy it out
//