commit f05313660233cfe88b9726b291f4bca24dfa4d5c from: Omar Polo date: Sun Nov 21 20:38:10 2021 UTC fmt commit - fb5a3f0d25ec4896118f3d03582f93484af588b9 commit + f05313660233cfe88b9726b291f4bca24dfa4d5c blob - cea3f219833efb2f280c201e8b5f80ab1188c7f1 blob + d28b058851cb2a321c3996ed2b9d8e5c18e3e3f8 --- lstun.c +++ lstun.c @@ -65,10 +65,10 @@ pid_t ssh_pid = -1; int conn; struct conn { - int source; - struct bufferevent *sourcebev; - int to; - struct bufferevent *tobev; + int source; + struct bufferevent *sourcebev; + int to; + struct bufferevent *tobev; } conns[MAXCONN]; static void