summaryrefslogtreecommitdiffstats
path: root/vbox.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2008-09-14 12:27:11 +0200
committerAndreas Eversberg2008-09-14 12:27:11 +0200
commit6f1ac87333108b84a083eedb89ee3eb3d9f4497b (patch)
treebc4c8ed22794873ec35dada2ff53d9a9bccdbd84 /vbox.cpp
parentCorrected error print, if mISDN_dsp.ko module cannot be loaded. (diff)
downloadlcr-6f1ac87333108b84a083eedb89ee3eb3d9f4497b.tar.gz
lcr-6f1ac87333108b84a083eedb89ee3eb3d9f4497b.tar.xz
lcr-6f1ac87333108b84a083eedb89ee3eb3d9f4497b.zip
Fixed trace bugs.
modified: README modified: interface.c modified: lcradmin.c modified: mISDN.cpp modified: main.c modified: socket_server.c modified: trace.c modified: vbox.cpp
Diffstat (limited to 'vbox.cpp')
-rw-r--r--vbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbox.cpp b/vbox.cpp
index fc9a265..158a113 100644
--- a/vbox.cpp
+++ b/vbox.cpp
@@ -48,7 +48,7 @@ VBoxPort::~VBoxPort()
static void vbox_trace_header(class VBoxPort *vbox, const char *message, int direction)
{
/* init trace with given values */
- start_trace(0,
+ start_trace(-1,
NULL,
vbox?numberrize_callerinfo(vbox->p_callerinfo.id, vbox->p_callerinfo.ntype, options.national, options.international):NULL,
vbox?vbox->p_dialinginfo.id:NULL,