X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=22c5f9c1a90019e9f905754026ae8e09d4891162;hp=2e93cff40582a0673840f26b97f10813cdc251ff;hb=c23fcf555ee4b69f03b76a0ffb731c3a475a77e7;hpb=de78d79db84c486afcc353884ec1770866beb653 diff --git a/src/protocol.c b/src/protocol.c index 2e93cff4..22c5f9c1 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-2006 Guus Sliepen + 2000-2009 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 @@ -75,7 +75,7 @@ bool send_request(connection_t *c, const char *format, ...) cp(); - /* Use vsnprintf instead of vasprintf: faster, no memory + /* Use vsnprintf instead of vxasprintf: faster, no memory fragmentation, cleanup is automatic, and there is a limit on the input buffer anyway */