mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
removed NS_ENSURE_ARG macros, as NULL pointers are valid for either argument. a=r=(not built)
This commit is contained in:
parent
507a2371c2
commit
3def2b4b42
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user