Internal change.

PiperOrigin-RevId: 663801589
This commit is contained in:
gVisor bot
2024-08-16 11:44:31 -07:00
parent ee34fd3b9d
commit 47e1c24f38
+1 -1
View File
@@ -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':