Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 1d6dc8b

Browse files
committed
ldb_cmd.cc: Bugfix for env TOPLING_SIDEPLUGIN_CONF - 2
1 parent b6d1905 commit 1d6dc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ldb_tool.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ int LDBCommandRunner::RunCommand(
144144
} else if (std::string(argv[1]) == "--help") {
145145
PrintHelp(ldb_options, argv[0], /*to_stderr*/ false);
146146
return 0;
147+
} else if (getenv("TOPLING_SIDEPLUGIN_CONF")) {
148+
// fallthrough
147149
} else {
148150
PrintHelp(ldb_options, argv[0], /*to_stderr*/ true);
149151
return 1;

0 commit comments

Comments
 (0)