X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=42d35e981f9f33af67884147158d3ccdbc705d36;hp=14914ba8edc1b5eaa25e2ebc3c753f1b1c2e343f;hb=431fa10b37e78172a03c952e28a0364cc0e438f0;hpb=82ebfc923ddb050c88bdf5d65ac943a15ca8748a diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 14914ba8..42d35e98 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.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_auth.c,v 1.1.4.12 2002/09/04 13:48:52 guus Exp $ + $Id: protocol_auth.c,v 1.1.4.13 2002/09/04 14:17:28 guus Exp $ */ #include "config.h" @@ -471,7 +471,7 @@ cp gettimeofday(&now, NULL); c->estimated_weight = (now.tv_sec - c->start.tv_sec) * 1000 + (now.tv_usec - c->start.tv_usec) / 1000; - x = send_request(c, "%d %s %s %d %lx", ACK, myport, c->estimated_weight, c->options); + x = send_request(c, "%d %s %d %lx", ACK, myport, c->estimated_weight, c->options); cp return x; }