nextcloud/apps/files_external/3rdparty/smb4php
Vincent Petry 7e6f3817d0 SMB ignore connection errors when NetBIOS is disabled
When NetBIOS is blocked or disabled, a smb::look() call can still get
the list of shares from smbclient, even though the name resolution at
the end of the command fails.

This fix makes it ignore the connection error if we already got the list
of shares.

Fixed #5860
2013-11-18 12:31:55 +01:00
..
smb.php SMB ignore connection errors when NetBIOS is disabled 2013-11-18 12:31:55 +01:00