~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * The development of the EAP/SIM support was funded by Internet Foundation
5
5
 * Austria (http://www.nic.at/ipa).
6
6
 *
7
 
 * Version:     $Id: rlm_eap_sim.c,v 1.21 2008/03/07 09:56:24 aland Exp $
 
7
 * Version:     $Id$
8
8
 *
9
9
 *   This program is free software; you can redistribute it and/or modify
10
10
 *   it under the terms of the GNU General Public License as published by
26
26
 */
27
27
 
28
28
#include <freeradius-devel/ident.h>
29
 
RCSID("$Id: rlm_eap_sim.c,v 1.21 2008/03/07 09:56:24 aland Exp $")
 
29
RCSID("$Id$")
30
30
 
31
31
#include <freeradius-devel/autoconf.h>
32
32
 
56
56
        if (!reply_attr) {
57
57
                DEBUG("rlm_eap_sim: "
58
58
                      "add_reply failed to create attribute %s: %s\n",
59
 
                      name, librad_errstr);
 
59
                      name, fr_strerror());
60
60
                return;
61
61
        }
62
62