Skip to content

Commit 28627de

Browse files
authored
Merge pull request #8725 from Noremos/tarcemgr_plugin_option_conflict
Increase minimum length of PLUGIN option to avoid conflict with PASSWORD option
2 parents 984aa12 + 6caf54a commit 28627de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/trace/traceswi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static inline constexpr struct Switches::in_sw_tab_t trace_option_in_sw_table []
6363
{IN_SW_TRACE_CONFIG, isc_spb_trc_cfg, "CONFIG", 0, 0, 0, false, false, 0, 1, NULL},
6464
{IN_SW_TRACE_ID, isc_spb_trc_id, "ID", 0, 0, 0, false, false, 0, 1, NULL},
6565
{IN_SW_TRACE_NAME, isc_spb_trc_name, "NAME", 0, 0, 0, false, false, 0, 1, NULL},
66-
{IN_SW_TRACE_PLUGINS, isc_spb_trc_plugins,"PLUGINS", 0, 0, 0, false, false, 0, 1, NULL},
66+
{IN_SW_TRACE_PLUGINS, isc_spb_trc_plugins,"PLUGINS", 0, 0, 0, false, false, 0, 2, NULL},
6767
{0, 0, NULL, 0, 0, 0, false, false, 0, 0, NULL} // End of List
6868
};
6969

0 commit comments

Comments
 (0)