~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_checkval/rlm_checkval.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * rlm_checkval.c
3
3
 *
4
 
 * Version:     $Id: rlm_checkval.c,v 1.10 2004/02/26 19:04:28 aland Exp $
 
4
 * Version:     $Id: rlm_checkval.c,v 1.10.4.1 2005/12/13 22:29:59 aland Exp $
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
283
283
                                ret = RLM_MODULE_OK;
284
284
                        else
285
285
                                ret = RLM_MODULE_REJECT;
 
286
                        regfree(&reg);
286
287
                }
287
288
#endif
288
289
                tmp = chk_vp->next;