forked from I2P_Developers/i2p.i2p
fix one more ;;
This commit is contained in:
@ -1848,7 +1848,7 @@ public class Router implements RouterClock.ClockShiftListener {
|
|||||||
if (remaining > 1) {
|
if (remaining > 1) {
|
||||||
error = true;
|
error = true;
|
||||||
} else if (remaining == 1) {
|
} else if (remaining == 1) {
|
||||||
rebuild = args[g.getOptind()].equals("rebuild");;
|
rebuild = args[g.getOptind()].equals("rebuild");
|
||||||
if (!rebuild)
|
if (!rebuild)
|
||||||
error = true;
|
error = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user