]> granicus.if.org Git - strace/commit
strace.c: move argc+daemonized check to tracing_backend_init
authorEugene Syromiatnikov <esyr@redhat.com>
Sun, 31 Dec 2017 17:14:05 +0000 (18:14 +0100)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 27 Feb 2019 16:30:52 +0000 (17:30 +0100)
commit7e366dbb5768af57171170da336b2838c84c7276
tree82d30d057af9d29cf07b9bf7c97364262b8dd977
parent437e9ac1e58b395dd8a9aa532c36596cbae30d57
strace.c: move argc+daemonized check to tracing_backend_init

This check is also specific to the ptrace tracing backend.

* strace.c (init): Mave !argc && daemonized_tracer check...
(tracing_backend_init): ...here.
strace.c