X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=6563470c29cc47c9e059b2683af0799db241dbe8;hp=b2ffaff90f9d00529dbc8c42f9dde73212aafeb2;hb=2af0bcc8fd39ca34a7ff856d539cdf38728a8c25;hpb=698d6ddac6ab32d5a4b802941b02232793442684 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index b2ffaff9..6563470c 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.10 2002/09/03 20:43:25 guus Exp $ + $Id: protocol_auth.c,v 1.1.4.11 2002/09/04 08:36:34 guus Exp $ */ #include "config.h" @@ -563,6 +563,7 @@ cp n->options = c->options; n->distance = 1; n->via = n->nexthop = n; + n->prevhop = myself; n->status.reachable = 1; n->status.validkey = 0; n->status.waitingforkey = 0;