Commit 686c9dad authored by Max Lv's avatar Max Lv

fix a build issue

parent 1b626207
......@@ -338,7 +338,7 @@ class ShadowsocksNatService extends Service with BaseService {
Console.runRootCommand(Array("ndc resolver flushdefaultif", "ndc resolver flushif wlan0"))
}
def setupIptables: Boolean = {
def setupIptables() = {
val init_sb = new ArrayBuffer[String]
val http_sb = new ArrayBuffer[String]
......@@ -405,7 +405,6 @@ class ShadowsocksNatService extends Service with BaseService {
}
Console.runRootCommand(init_sb.toArray)
Console.runRootCommand(http_sb.toArray)
true
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment