X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fprotocol.c;h=374c52299fe8d7d9bd84739cf26ba43d3f75f307;hb=refs%2Fheads%2F1.1-ed25519;hp=ad0fa8dda20033649f5c4a48cff203420833729a;hpb=4c30004cb6dc23616d7295b0ce631f066e7f1f82;p=oweals%2Ftinc.git diff --git a/src/protocol.c b/src/protocol.c index ad0fa8d..374c522 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -1,7 +1,7 @@ /* protocol.c -- handle the meta-protocol, basic functions Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2012 Guus Sliepen + 2000-2013 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ bool tunnelserver = false; bool strictsubnets = false; -bool experimental = false; +bool experimental = true; /* Jumptable for the request handlers */