Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NbtException (0.06 sec)

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

                    case -1:
                        disconnect( true );
                        throw new NbtException( NbtException.ERR_SSN_SRVC,
                                NbtException.CONNECTION_REFUSED );
                    default:
                        disconnect( true );
                        throw new NbtException( NbtException.ERR_SSN_SRVC, 0 );
                }
            } while(( calledName.name = address.nextCalledName()) != null );
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 31.2K bytes
    - Viewed (0)
Back to top