Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/adldap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (EXISTS ${VERSION_H})
DESTINATION ${SMB_SRC_PATH})
file(COPY ${SMB_SRC_PATH}/src_older/ndr_sec_helper.c
DESTINATION ${SMB_SRC_PATH})
endif(VERSION_SMB_MINOR GREATER_EQUAL 20)
endif(VERSION_SMB_MINOR GREATER_EQUAL 22)
else()
message(WARNING "Failed to find Samba version. If its version is 20 or greater, use sources from src_4_20.")
endif(EXISTS ${VERSION_H})
Expand Down
2 changes: 1 addition & 1 deletion src/adldap/krb5client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void Krb5Client::Krb5ClientImpl::load_caches() {

void Krb5Client::Krb5ClientImpl::load_cache_data(krb5_ccache ccache, bool is_system) {
krb5_error_code res;
krb5_principal principal;
krb5_principal principal = nullptr;
krb5_creds creds;
Krb5TGTData tgt_data;

Expand Down