parent
24af5b94a7
commit
0c30f9f0f1
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ bool add_edge_h(connection_t *c, const char *request) {
|
|||
edge_update_weigth(e, weight);
|
||||
if (e->reverse)
|
||||
edge_update_weigth(e->reverse, weight);
|
||||
|
||||
send_add_edge(c, e);
|
||||
graph();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue