Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0xC000035C (0.05 sec)

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

                            response = this.transport.send(request, response, params);
                        }
                        catch ( SmbException e ) {
                            if ( (e.getNtStatus() != 0xC000035C && e.getNtStatus() != 0xC0000203) || !trans.isSMB2() ) {
                                throw e;
                            }
                            if (e.getNtStatus() == 0xC0000203) { // USER_SESSION_DELETED
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
Back to top