Navigation


Changeset 1088:1d1a20a0779d in freeDiameter for tests/testcnx.c


Ignore:
Timestamp:
May 5, 2013, 4:25:27 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testcnx.c

    r974 r1088  
    715715                /* For debug: dump the object */
    716716                fd_log_debug("Dumping CER");
    717                 fd_msg_dump_walk(0, cer);
     717                fd_log_debug("%s", fd_msg_dump_treeview(FD_DUMP_TEST_PARAMS, cer, fd_g_config->cnf_dict, 0, 1));
    718718                #endif
    719719               
Note: See TracChangeset for help on using the changeset viewer.