libtnccs: Move settings to <ns>.tnc and <ns>.plugins with fallback
This commit is contained in:
@@ -662,7 +662,7 @@ tnccs_t* tnccs_11_create(bool is_server,
|
||||
.callback = cb,
|
||||
.mutex = mutex_create(MUTEX_TYPE_DEFAULT),
|
||||
.max_msg_len = lib->settings->get_int(lib->settings,
|
||||
"libtnccs.plugins.tnccs-11.max_message_size", 45000),
|
||||
"%s.plugins.tnccs-11.max_message_size", 45000, lib->ns),
|
||||
.ref = 1,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user