src/send: Remove the repeated ';' from code

Signed-off-by: Li kunyu <kunyu@nfschina.com>
This commit is contained in:
Li kunyu
2022-07-04 12:36:11 +08:00
parent a311180bbc
commit a9a164e71c

View File

@@ -96,7 +96,7 @@ send_client_hello(int sock)
/* Setup client hello. */ /* Setup client hello. */
hello.pid = getpid(); hello.pid = getpid();
msg.type_case = INTERCEPT_REQUEST__TYPE_HELLO;; msg.type_case = INTERCEPT_REQUEST__TYPE_HELLO;
msg.u.hello = &hello; msg.u.hello = &hello;
len = intercept_request__get_packed_size(&msg); len = intercept_request__get_packed_size(&msg);