easy: remove duplicate wolfSSH init call
It is already done in Curl_ssh_init() where it belongs. Closes #12168
This commit is contained in:
Родитель
24c495a52f
Коммит
347cf02e9d
|
@ -194,13 +194,6 @@ static CURLcode global_init(long flags, bool memoryfuncs)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_WOLFSSH
|
||||
if(WS_SUCCESS != wolfSSH_Init()) {
|
||||
DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n"));
|
||||
return CURLE_FAILED_INIT;
|
||||
}
|
||||
#endif
|
||||
|
||||
easy_init_flags = flags;
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
|
|
Загрузка…
Ссылка в новой задаче