From dae0eee5cac2a349102d78f71c03686a83866bb7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 24 Jan 2022 17:50:56 +0300 Subject: We do not need to translate account names --- protocols/WebView/src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'protocols/WebView/src') diff --git a/protocols/WebView/src/main.cpp b/protocols/WebView/src/main.cpp index ed6adaac30..1d5fe29cb6 100644 --- a/protocols/WebView/src/main.cpp +++ b/protocols/WebView/src/main.cpp @@ -108,13 +108,10 @@ int CMPlugin::Load() InitialiseGlobals(); // register netlib handle - char tempNdesc[50]; - mir_snprintf(tempNdesc, "%s connection settings", MODULENAME); - NETLIBUSER nlu = {}; nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.a = tempNdesc; + nlu.szDescriptiveName.a = MODULENAME; hNetlibUser = Netlib_RegisterUser(&nlu); //protocol services -- cgit v1.2.3