Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Vong (0.21 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

            final int securityMode = negoResp.getSecurityMode();
            boolean anonymous = this.credentials.isAnonymous();
            final boolean doSigning = securityMode != 0 && !anonymous;
            long newSessId = 0;
            long curSessId = this.sessionId;
    
            synchronized ( trans ) {
                this.credentials.refresh();
                Subject s = this.credentials.getSubject();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top