Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                     * the dr that was successful so that subsequent
                     * attempts to resolve DFS use the last successful
                     * referral first.
                     */
                    tmp.setCacheMap(links.map);
                    tmp.setKey("\\");
                    tmp = tmp.next();
                }
                while ( tmp != dr );
    
                if ( log.isDebugEnabled() ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:07:29 GMT 2023
    - 29.1K bytes
    - Viewed (0)
Back to top