From 352a88ad4a6d7de49cfafe527218aba916a48fec Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 Feb 2024 09:55:43 +0100 Subject: [PATCH] Revert "reload params depth change" This reverts commit ce515dc1522e408466d07e39a3b354e1a6bde464. --- src/kds_s2000w_handler_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_handler_opts.c b/src/kds_s2000w_handler_opts.c index b3a8591..c0b14d9 100644 --- a/src/kds_s2000w_handler_opts.c +++ b/src/kds_s2000w_handler_opts.c @@ -389,7 +389,7 @@ void kds_s2000w_handler_set_option(handler* h, int option, void* value, int* inf case 25: int* int_value = (int*) value; h->current_metadata->depth = *int_value; - *info = RELOAD_PARAMS; + *info = RELOAD_OPTIONS; break; default: break; -- 2.39.5