summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/trace.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trace.pl b/scripts/trace.pl
index 98e4a984..ade0a915 100755
--- a/scripts/trace.pl
+++ b/scripts/trace.pl
@@ -416,7 +416,7 @@ while (<>) {
if (exists $queue{$key}) {
$ctxdb{$orig_ctx}++;
- $tp{'ctx'} = sanitize_ctx($tp{'ctx'}, $tp{'ring'});
+ $tp{'ctx'} = sanitize_ctx($orig_ctx, $tp{'ring'});
$key = db_key($tp{'ring'}, $tp{'ctx'}, $tp{'seqno'});
}