summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/quic.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/quic.inf b/bin/quic.inf
index 2e73f7d..5555a41 100755
--- a/bin/quic.inf
+++ b/bin/quic.inf
@@ -1,9 +1,9 @@
[[plugin]]
-path = "./stellar_plugin/quic_decoder/quic_decoder.so"
+path = "./stellar_plugin/quic_decoder.so"
init = "QUIC_ONLOAD"
exit = "QUIC_UNLOAD"
[[plugin]]
-path = "./stellar_plugin/quic_decoder/quic_decoder_test_plug.so"
+path = "./stellar_plugin/quic_decoder_test_plug.so"
init = "QUIC_TEST_PLUG_INIT"
exit = "QUIC_TEST_PLUG_DESTROY"