summaryrefslogtreecommitdiffstats
path: root/ie.cpp
diff options
context:
space:
mode:
authorSuper User2007-06-27 08:23:50 +0200
committerSuper User2007-06-27 08:23:50 +0200
commite9daaa4ef7ee895e6a8610ebb2166cc99c891a4e (patch)
tree147c8b74efd8830dc37be6a656944ce6d075a1e7 /ie.cpp
parentbackup (diff)
downloadlcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.gz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.xz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.zip
backup
Diffstat (limited to 'ie.cpp')
-rw-r--r--ie.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ie.cpp b/ie.cpp
index d0c3f49..0ac73a4 100644
--- a/ie.cpp
+++ b/ie.cpp
@@ -1096,7 +1096,7 @@ void Pdss1::enc_ie_progress(unsigned char **ntmode, msg_t *msg, int coding, int
add_trace("progress", "codeing", "%d", coding);
add_trace("progress", "location", "%d", location);
- add_trace("progress", "indicator", "%d", indicator);
+ add_trace("progress", "indicator", "%d", progress);
l = 2;
p = msg_put(msg, l+2);
@@ -1136,7 +1136,7 @@ void Pdss1::dec_ie_progress(unsigned char *p, Q931_info_t *qi, int *coding, int
add_trace("progress", "codeing", "%d", *coding);
add_trace("progress", "location", "%d", *location);
- add_trace("progress", "indicator", "%d", *indicator);
+ add_trace("progress", "indicator", "%d", *progress);
}
@@ -1426,7 +1426,7 @@ void Pdss1::dec_ie_facility(unsigned char *p, Q931_info_t *qi, unsigned char *fa
}
debug[i*3] = '\0';
- add_trace("facility", NULL, "%s", buffer[0]?buffer+1:"<none>");
+ add_trace("facility", NULL, "%s", debug[0]?debug+1:"<none>");
}