Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Ce (0.16 sec)

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

            synchronized ( this.dcLock ) {
                CacheEntry<DfsReferralDataInternal> ce = this.dcCache.get(dom);
                if ( ce != null && System.currentTimeMillis() > ce.expiration ) {
                    ce = null;
                }
                if ( ce != null ) {
                    DfsReferralDataInternal ri = ce.map.get(DC_ENTRY);
                    if ( ri == NEGATIVE_ENTRY ) {
                        return null;
    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