merge of '3bd1963d77675d6b8db1e811e37bf7671f602040'

and 'baffe70898c078da88fedac8e7d10e5301d8b25e'
This commit is contained in:
dev
2011-02-03 17:47:54 +00:00

View File

@@ -45,8 +45,8 @@ public final class I2PDatagramMaker {
* @param session I2PSession used to send I2PDatagrams through * @param session I2PSession used to send I2PDatagrams through
*/ */
public I2PDatagramMaker(I2PSession session) { public I2PDatagramMaker(I2PSession session) {
sxPrivKey = session.getPrivateKey(); this();
sxDestBytes = session.getMyDestination().toByteArray(); this.setI2PDatagramMaker(session);
} }
/** /**
* Construct a new I2PDatagramMaker that is null. * Construct a new I2PDatagramMaker that is null.