/*
- * $Id: auth_negotiate.cc,v 1.2 2005/10/28 18:19:57 serassio Exp $
+ * $Id: auth_negotiate.cc,v 1.3 2005/10/28 18:32:17 serassio Exp $
*
* DEBUG: section 29 Negotiate Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
r = cbdataAlloc(authenticateStateData);
r->handler = handler;
- cbdataReference(data);
- r->data = data;
+ r->data = cbdataReference(data);
r->auth_user_request = this;
lock()
/*
- * $Id: auth_ntlm.cc,v 1.50 2005/10/23 11:55:38 hno Exp $
+ * $Id: auth_ntlm.cc,v 1.51 2005/10/28 18:32:17 serassio Exp $
*
* DEBUG: section 29 NTLM Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
r = cbdataAlloc(authenticateStateData);
r->handler = handler;
- cbdataReference(data);
- r->data = data;
+ r->data = cbdataReference(data);
r->auth_user_request = this;
lock()