X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.c;h=a4025ae477ad7edf960bc2bb66104a88c180c1d1;hb=refs%2Fheads%2F1.0-gnutls;hp=4e37bf5523b76f721b40974230777ca0a3022467;hpb=6c5f3d8b74ffea1522a727ef189a5ba65a939e07;p=tinc diff --git a/src/protocol.c b/src/protocol.c index 4e37bf55..a4025ae4 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol.c,v 1.28.4.147 2003/08/28 21:05:10 guus Exp $ + $Id: protocol.c,v 1.28.4.148 2003/11/17 15:30:17 guus Exp $ */ #include "system.h" @@ -30,10 +30,12 @@ #include "utils.h" #include "xalloc.h" +bool tunnelserver = false; + /* Jumptable for the request handlers */ static bool (*request_handlers[])(connection_t *) = { - id_h, metakey_h, challenge_h, chal_reply_h, ack_h, + NULL, NULL, NULL, NULL, ack_h, status_h, error_h, termreq_h, ping_h, pong_h, add_subnet_h, del_subnet_h,