Browse Source

fix bug/typo introduced with latest mac handling change

pull/586/head
Logan oos Even 4 years ago
committed by GitHub
parent
commit
e1b66aeb96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/edge_utils.c

2
src/edge_utils.c

@ -786,7 +786,7 @@ static void send_query_peer (n2n_edge_t * eee,
idx = 0;
encode_QUERY_PEER(pktbuf, &idx, &cmn, &query);
if(is_null_mac(dst_mac)) {
if(!is_null_mac(dst_mac)) {
traceEvent(TRACE_DEBUG, "send QUERY_PEER to supernode");

Loading…
Cancel
Save