Pointer-Safe code cannot work if pointers are not set properly in constructors.
/*
- * $Id: auth_negotiate.cc,v 1.26 2007/08/28 22:35:29 hno Exp $
+ * $Id: auth_negotiate.cc,v 1.27 2007/09/01 03:51:22 amosjeffries Exp $
*
* DEBUG: section 29 Negotiate Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
client_blob=0;
server_blob=0;
authserver=NULL;
+ request=NULL;
}
AuthNegotiateUserRequest::~AuthNegotiateUserRequest()
/*
- * $Id: auth_ntlm.cc,v 1.76 2007/08/28 22:35:29 hno Exp $
+ * $Id: auth_ntlm.cc,v 1.77 2007/09/01 03:51:23 amosjeffries Exp $
*
* DEBUG: section 29 NTLM Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
client_blob=0;
server_blob=0;
authserver=NULL;
+ request = NULL;
}
AuthNTLMUserRequest::~AuthNTLMUserRequest()