Merge pull request #161 from likunyur/lky
sudoers/cvtsudoers: Remove the repeated ';' from code
This commit is contained in:
@@ -98,7 +98,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);
|
||||
|
Reference in New Issue
Block a user