mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 663801589
This commit is contained in:
@@ -239,7 +239,7 @@ bool handshake(int client_fd) {
|
||||
return true;
|
||||
}
|
||||
|
||||
extern "C" int main(int argc, char** argv) {
|
||||
int main(int argc, char** argv) {
|
||||
for (int c = 0; (c = getopt(argc, argv, "q")) != -1;) {
|
||||
switch (c) {
|
||||
case 'q':
|
||||
|
||||
Reference in New Issue
Block a user