Fix plugin mode

This commit is contained in:
Qian Wang 2018-12-22 22:53:06 +00:00
parent 6fbd39ea10
commit 30c3936154
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func main() {
// The proxy port,should be 443
var remotePort string
var pluginOpts string
var isAdmin *bool
isAdmin := new(bool)
log.SetFlags(log.LstdFlags | log.Lshortfile)