Navigation


Changeset 868:b7f530aa7456 in freeDiameter


Ignore:
Timestamp:
Oct 31, 2012, 5:06:47 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Remove deprecated code, use EXTENSION_ENTRY instead -- submitted by Thomas Klausner <tk@giga.or.at>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_eap/dict_eap.c

    r740 r868  
    9595        struct dict_object * eap;
    9696        TRACE_ENTRY("%p", conffile);
    97        
    98         /* Since we need many AVP from the NASREQ application, check that it is already defined in the dictionary */
    99         {
    100                 application_id_t nasreqid = 1;
    101                 CHECK_FCT_DO( fd_dict_search( fd_g_config->cnf_dict, DICT_APPLICATION, APPLICATION_BY_ID, &nasreqid, NULL, ENOENT),
    102                    {
    103                         fprintf(stderr, "The dict_eap extension needs definitions from NASREQ application (RFC4005).\n"
    104                                   "Please load the 'dict_nasreq' extension prior to this one.\n");
    105                         return ENOTSUP;
    106                    }  );
    107         }
    10897       
    10998        /* Applications section */
Note: See TracChangeset for help on using the changeset viewer.