updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
88718de96e
commit
5440dd3dac
@ -165,6 +165,10 @@ extern "C" {
|
||||
#endif // defined(__cplusplus)
|
||||
#endif // defined(PROJECT_ENABLE_FZF)
|
||||
|
||||
#if defined(PROJECT_ENABLE_OPENSSL)
|
||||
#include "openssl/ssl.h"
|
||||
#endif // defined(PROJECT_ENABLE_OPENSSL)
|
||||
|
||||
#if defined(PROJECT_ENABLE_LIBDSM)
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
@ -36,7 +36,7 @@ auto smb_directory::open(std::string_view host, std::string_view user,
|
||||
try {
|
||||
smb_session_t session{
|
||||
smb_session_new(),
|
||||
smb_session_deleter(),
|
||||
smb_session_deleter,
|
||||
};
|
||||
netbios_ns_t ns{
|
||||
netbios_ns_new(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user