Send one less byte from an ANS_KEY request.

This commit is contained in:
Ivo Timmermans 2000-04-30 19:03:00 +00:00
parent d878230ebe
commit b4290c3f43

View file

@ -789,7 +789,7 @@ cp
syslog(LOG_DEBUG, "Forwarding public key to " IP_ADDR_S,
IP_ADDR_V(fw->nexthop->vpn_ip));
tmp.type = ANS_KEY;
if(write(fw->nexthop->meta_socket, &tmp, sizeof(tmp) -1) < 0)
if(write(fw->nexthop->meta_socket, &tmp, sizeof(tmp) -2) < 0)
{
syslog(LOG_ERR, "send failed: %s:%d: %m", __FILE__, __LINE__);
return -1;