Browse Source

1

nodeinfo-routing-update
jeka 4 weeks ago
parent
commit
6eec458ed2
  1. 1
      src/pkt_normalizer.c

1
src/pkt_normalizer.c

@ -179,6 +179,7 @@ void pn_reset(struct PKTNORM* pn) {
queue_dgram_free(entry);
queue_entry_free(entry);
}
queue_resume_callback(pn->input);
}
// Send data to packer (copies and adds to input queue or pending, triggering callback) используется только в юниттесте

Loading…
Cancel
Save