Navigation


Changeset 947:cce5d4bace82 in freeDiameter for libfdcore/core.c


Ignore:
Timestamp:
Feb 13, 2013, 10:47:47 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Make config file parameter const and convert another fprintf to TRACE_DEBUG_ERROR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r908 r947  
    226226
    227227/* Parse the freeDiameter.conf configuration file, load the extensions */
    228 int fd_core_parseconf(char * conffile)
     228int fd_core_parseconf(const char * conffile)
    229229{
    230230        TRACE_ENTRY("%p", conffile);
Note: See TracChangeset for help on using the changeset viewer.