Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for srvsvc (0.14 sec)

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

            }
            this.tid = response.getTid();
            final String rsvc = response.getService();
            if (rsvc == null && !transport.isSMB2()) {
                throw new SmbException("Service is NULL");
            }
    
            if (transport.getContext().getConfig().isIpcSigningEnforced() && ("IPC$".equals(this.getShare()) || "IPC".equals(rsvc))
                    && !sess.getCredentials().isAnonymous() && sess.getDigest() == null) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 30K bytes
    - Viewed (0)
Back to top