fix attempt for smb2

This commit is contained in:
vanhauser-thc 2022-10-14 10:23:19 +02:00
parent 8ddec0107b
commit 5ab0b95f8f

View file

@ -126,6 +126,7 @@ bool smb2_run_test(creds_t *cr, const char *server, uint16_t port) {
*/
switch (errno) {
case 0: break;
case ENOENT:
// Noticed this when connecting to older samba servers on linux
// where any credentials are accepted.