Skip to content

Commit 6caf54a

Browse files
author
Artyom Abakumov
committed
Increase minimum length of PLUGIN option to avoid conflict with PASSWORD option
1 parent 661f7d9 commit 6caf54a

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)