diff --git a/src/sudo_intercept_common.c b/src/sudo_intercept_common.c index 0702b8c81..cc7715ac1 100644 --- a/src/sudo_intercept_common.c +++ b/src/sudo_intercept_common.c @@ -96,7 +96,7 @@ send_client_hello(int sock) /* Setup client hello. */ hello.pid = getpid(); - msg.type_case = INTERCEPT_REQUEST__TYPE_HELLO;; + msg.type_case = INTERCEPT_REQUEST__TYPE_HELLO; msg.u.hello = &hello; len = intercept_request__get_packed_size(&msg);