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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user