mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
parent
77fe612adb
commit
d967be473a
@ -214,7 +214,7 @@ class Genode::Trace::Subject
|
||||
/* inform trace source about the new buffer */
|
||||
Locked_ptr<Source> source(_source);
|
||||
|
||||
if (!source.is_valid())
|
||||
if (source.is_valid())
|
||||
source->disable();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user