removed NS_ENSURE_ARG macros, as NULL pointers are valid for either argument. a=r=(not built)

git-svn-id: svn://10.0.0.236/trunk@72547 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2000-06-19 21:34:30 +00:00
parent dd91947037
commit 9fc87bbe32

View File

@@ -89,9 +89,6 @@ nsLDAPOperation::GetConnection(nsILDAPConnection* *aConnection)
NS_IMETHODIMP
nsLDAPOperation::SimpleBind(const char *who, const char *passwd)
{
NS_ENSURE_ARG(who);
NS_ENSURE_ARG(passwd);
this->mMsgId = ldap_simple_bind(this->mConnectionHandle, who,
passwd);