* strace.cc (strace::hello): Set inited, when appropriate.

This commit is contained in:
Christopher Faylor
2002-06-06 01:26:33 +00:00
parent c240a7fcde
commit 58fcd93ae3
3 changed files with 7 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ strace::hello()
return;
}
inited = 1;
if (!being_debugged ())
return;