X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Ftincctl.c;h=956771f7a4d0909cb580bc4d2c5ce2b9c39e042e;hb=57991e264202ad83e2c1b663777b358bf5573652;hp=f133e2def81086456033a59ea74cb1f28b47ccc7;hpb=8f8424445810aa7d5e9d4d537494e64811a8e29f;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index f133e2de..956771f7 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -65,6 +65,8 @@ static bool force = false; bool tty = true; bool confbasegiven = false; bool netnamegiven = false; +char *scriptinterpreter = NULL; +char *scriptextension = ""; #ifdef HAVE_MINGW static struct WSAData wsa_state;