Navigation



Ignore:
Timestamp:
Apr 15, 2013, 4:17:07 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of errors and warnings introduced/highlighted by recent commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/diameap_plugins.c

    r974 r1027  
    4646                char * filename, char * conffile)
    4747{
    48         TRACE_ENTRY("%p %p %p %p %p", name, methodtype, vendor, filename, conffile);
     48        TRACE_ENTRY("%p %d %d %p %p", name, methodtype, vendor, filename, conffile);
    4949
    5050        /* Check the filename is valid */
     
    8383int diameap_plugin_get(u32 vendor, eap_type type, struct plugin ** getplugin)
    8484{
    85         TRACE_ENTRY("%p %p %p",vendor,type,getplugin);
     85        TRACE_ENTRY("%d %d %p",vendor,type,getplugin);
    8686        struct fd_list * pl;
    8787
     
    411411{
    412412
    413         TRACE_ENTRY("%p %p",vendor,type);
     413        TRACE_ENTRY("%d %d",vendor,type);
    414414        struct fd_list * pl;
    415415
Note: See TracChangeset for help on using the changeset viewer.