Skip to content

Commit

Permalink
resolved aditya's questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 21, 2020
1 parent d86fbd3 commit 4ff679b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class HttpTraceContext : public HTTPTextFormat<T>
uint8_t buf[kSpanIdBytes / 2];
uint8_t *b_ptr = buf;
GenerateBuffer(span_id, kSpanIdBytes, b_ptr);
return SpanId();
return SpanId(buf);
}

static TraceFlags GenerateTraceFlagsFromString(nostd::string_view trace_flags)
Expand Down

0 comments on commit 4ff679b

Please sign in to comment.