Closed GoogleCodeExporter closed 9 years ago
Wasn't looking at the proxy count before saving the proxy string into the
database. In DBAdapter.java:
// Assume we have an unique proxy
if (account.cfg.getProxy_cnt() > 0)
args.put(FIELD_PROXY, account.cfg.getProxy().getPtr());
else
args.put(FIELD_PROXY, (String)null);
Original comment by dc3de...@gmail.com
on 9 Jul 2010 at 10:34
Fixed in 0.00-12.
Original comment by r3gis...@gmail.com
on 10 Jul 2010 at 2:36
Original issue reported on code.google.com by
dc3de...@gmail.com
on 9 Jul 2010 at 10:16