X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgraph.c;h=5b90c62578165b0872443eff1f21635334211ef4;hp=73dadc47f6152c300a4f9924536d9474ca22c489;hb=985d19caf20058db3c764f0f6fbeafa8bcc59fcc;hpb=e913f3f232e4809b7218d081ab9f94cef1c94ac3 diff --git a/src/graph.c b/src/graph.c index 73dadc47..5b90c625 100644 --- a/src/graph.c +++ b/src/graph.c @@ -1,6 +1,6 @@ /* graph.c -- graph algorithms - Copyright (C) 2001-2013 Guus Sliepen , + Copyright (C) 2001-2014 Guus Sliepen , 2001-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -293,7 +293,7 @@ static void sssp_bfs(void) { if(!n->status.reachable) { update_node_udp(n, NULL); - memset(&n->status, 0, sizeof n->status); + memset(&n->status, 0, sizeof(n->status)); n->options = 0; } else if(n->connection) { send_ans_key(n);