Message ID | 20220729164940.233652b0@rorschach.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | 9a1c5d7943b812c87212744a2fb50f344dbddc40 |
Headers | show |
Series | trace-cmd record: Keep --proxy from being passed to agents | expand |
diff --git a/tracecmd/trace-record.c b/tracecmd/trace-record.c index 2406489a..63be4069 100644 --- a/tracecmd/trace-record.c +++ b/tracecmd/trace-record.c @@ -6180,7 +6180,7 @@ static void parse_record_options(int argc, * all the arguments for this instance. */ if (c != 'B' && (c != 'A' || is_proxy) && c != OPT_name && - is_guest(ctx->instance)) { + is_guest(ctx->instance) && c != OPT_proxy) { add_arg(ctx->instance, c, opts, long_options, optarg); if (c == 'C') ctx->instance->flags |= BUFFER_FL_HAS_CLOCK;