Skip to content

Commit

Permalink
fix missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
zirngibl committed Sep 14, 2021
1 parent 177f230 commit 4b5860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/probe_modules/probe_modules.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ probe_module_t* probe_modules[] = {
&module_ipv6_tcp_synopt,
&module_ipv6_udp,
&module_ipv6_udp_dns,
&module_icmp6_echoscan
&module_icmp6_echoscan,
// ADD YOUR MODULE HERE
&module_quic_initial
};
Expand Down

0 comments on commit 4b5860d

Please sign in to comment.