Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inferior (0.17 sec)

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

                connectionState = 0;
                throw se;
            }
    }
        }
        void treeDisconnect( boolean inError ) {
    synchronized (session.transport()) {
    
            if (connectionState != 2) // not-connected
                return;
            connectionState = 3; // disconnecting
    
            if (!inError && tid != 0) {
                try {
                    send( new SmbComTreeDisconnect(), null );
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 8K bytes
    - Viewed (0)
Back to top