Skip to content

Commit

Permalink
Seems that it is not necessary see AgNO3/jcifs-ng#186 and interferes …
Browse files Browse the repository at this point in the history
…with WD MyCloud see AgNO3/jcifs-ng#226
  • Loading branch information
courville committed May 24, 2020
1 parent 67cf4c9 commit aebb33b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/archos/filecorelibrary/jcifs/JcifsUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ private static CIFSContext createContextOnly(boolean isSmb2) {
prop.put("jcifs.smb.client.useSMB2Negotiation", "true");
// disable dfs makes win10 shares with ms account work
prop.put("jcifs.smb.client.dfs.disabled", "true");
// make Guest work on Win10 https://github.com/AgNO3/jcifs-ng/issues/186
prop.put("jcifs.smb.client.disableSpnegoIntegrity", "false");
} else {
prop.put("jcifs.smb.client.disableSMB1", "false");
prop.put("jcifs.smb.client.enableSMB2", "false");
Expand Down

0 comments on commit aebb33b

Please sign in to comment.