~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_mschap/opendir.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include        <freeradius-devel/ident.h>
22
 
RCSID("$Id: opendir.c,v 1.8 2007/10/12 16:08:15 aland Exp $")
 
22
RCSID("$Id$")
23
23
 
24
24
#include        <freeradius-devel/radiusd.h>
25
25
#include        <freeradius-devel/modules.h>
351
351
                                mschap_reply[0] = 'S';
352
352
                                mschap_reply[1] = '=';
353
353
                                memcpy(&(mschap_reply[2]), &(pStepBuff->fBufferData[4]), len);
354
 
                                mschap_add_reply(&request->reply->vps,
 
354
                                mschap_add_reply(request, &request->reply->vps,
355
355
                                                 *response->vp_strvalue,
356
356
                                                 "MS-CHAP2-Success",
357
357
                                                 mschap_reply, len+2);