Navigation



Ignore:
Timestamp:
May 2, 2013, 1:59:58 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Use float type to solve /0 issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/diameap_plugins.c

    r1052 r1075  
    263263                {
    264264                        plugin->eap_method_check = (boolean(*)(struct eap_state_machine *,
    265                                         struct eap_packet)) dlsym(plugin->handler,
     265                                        struct eap_packet*)) dlsym(plugin->handler,
    266266                                        registerplugin->check);
    267267                        if (plugin->eap_method_check == NULL)
     
    285285                {
    286286                        plugin->eap_method_process = (int(*)(struct eap_state_machine *,
    287                                         struct eap_packet)) dlsym(plugin->handler,
     287                                        struct eap_packet*)) dlsym(plugin->handler,
    288288                                        registerplugin->process);
    289289                        if (plugin->eap_method_process == NULL)
Note: See TracChangeset for help on using the changeset viewer.