Changeset aab6529
- Timestamp:
- Jun 5, 2019 5:09:49 PM (20 months ago)
- Branches:
- master
- Children:
- 4bd0f06
- Parents:
- 7cd60bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/data/BlindData.java
r7cd60bb raab6529 90 90 _blindType = blindType; 91 91 _secret = secret; 92 // fix, previous default was -1 93 if (authType < 0) 94 authType = AUTH_NONE; 92 95 if ((authType != AUTH_NONE && authKey == null) || 93 96 (authType == AUTH_NONE && authKey != null))
Note: See TracChangeset
for help on using the changeset viewer.