--- embedaddon/ipsec-tools/src/racoon/racoonctl.c 2012/02/21 22:39:10 1.1.1.1 +++ embedaddon/ipsec-tools/src/racoon/racoonctl.c 2013/07/22 12:28:07 1.1.1.1.2.1 @@ -1454,7 +1454,7 @@ handle_recv(combuf) else if (evt_quit_event == ec->ec_type) { switch (ec->ec_type) { case EVT_PHASE1_MODE_CFG: - print_cfg(ec, len); + print_cfg((caddr_t) ec, len); break; default: print_evt(ec);