From ef3fc1931a2fa82f482d21fb1296735206463d3a Mon Sep 17 00:00:00 2001 From: Super User Date: Sun, 15 Jul 2007 12:01:27 +0200 Subject: backup --- vbox.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'vbox.cpp') diff --git a/vbox.cpp b/vbox.cpp index 4585680..48dcbab 100644 --- a/vbox.cpp +++ b/vbox.cpp @@ -243,15 +243,8 @@ int VBoxPort::message_epoint(unsigned long epoint_id, int message_id, union para memcpy(&p_redirinfo, ¶m->setup.redirinfo, sizeof(p_redirinfo)); /* link relation */ if (p_epointlist) - { - PERROR("PORT(%s) software error: epoint pointer is set in idle state, how bad!! exitting.\n", p_name); - exit(-1); - } - if (!(epointlist_new(epoint_id))) - { - PERROR("no memory for epointlist\n"); - exit(-1); - } + FATAL("PORT(%s) Epoint pointer is set in idle state, how bad!!\n", p_name); + epointlist_new(epoint_id); /* copy setup infos to port */ SCPY(p_vbox_extension, param->setup.dialinginfo.id); -- cgit v1.2.3-55-g7522