Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NT_STATUS_NETWORK_NAME_DELETED (0.09 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTree.java

                }
                try {
                    session.send(request, response);
                } catch (final SmbException se) {
                    if (se.getNtStatus() == NtStatus.NT_STATUS_NETWORK_NAME_DELETED) {
                        /* Someone removed the share while we were
                         * connected. Bastards! Disconnect this tree
                         * so that it reconnects cleanly should the share
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 8.1K bytes
    - Viewed (0)
Back to top