fix bug/typo introduced with latest mac handling change

This commit is contained in:
Logan oos Even 2021-01-16 02:18:18 +05:45 committed by GitHub
parent 7eeca3d78f
commit e1b66aeb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");