X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=85133954b89ad642675c480c4e9756a21d5c6640;hp=2e93cff40582a0673840f26b97f10813cdc251ff;hb=802a50ffcd5f39bfc6424ac841de4e41154092fc;hpb=de78d79db84c486afcc353884ec1770866beb653 diff --git a/src/protocol.c b/src/protocol.c index 2e93cff4..85133954 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -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 */