This commit is contained in:
vanhauser-thc 2023-07-21 10:44:31 +02:00
parent 93abd60fc9
commit 568ef74e0d
5 changed files with 7 additions and 6 deletions

View file

@ -126,7 +126,7 @@ bool smb2_run_test(creds_t *cr, const char *server, uint16_t port) {
*/
switch (errno) {
case 0:
case 0:
// maybe false positive? unclear ... :( ... needs more testing
smbc_free_context(ctx, 1);
return true;