Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misspelling of
PX_TRACE_STATIC_TLS_BINARIES
PEM flag (#1573)
Summary: Fix misspelling of `PX_TRACE_STATIC_TLS_BINARIES` PEM flag Relevant Issues: #692 Type of change: /kind bug Test Plan: grep'ed to make sure the flag is consistent with stirling's flag ``` ddelnano@vigenere:~/code/pixie (ddelnano/attempt-to-reproduce-amqproxy-issue) $ git grep PX_TRACE_STATIC_TLS_BINARIES src/stirling/source_connectors/socket_tracer/socket_trace_connector.cc: stirling_trace_static_tls_binaries, gflags::BoolFromEnv("PX_TRACE_STATIC_TLS_BINARIES", false), ``` Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information