Browse Source

cmd/frpc: fix a merge typo cause pool_count do not work

fatedier 8 years ago
parent
commit
5661537f7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cmd/frpc/control.go

+ 1 - 0
src/cmd/frpc/control.go

@@ -148,6 +148,7 @@ func loginToServer(cli *client.ProxyClient) (c *conn.Conn, err error) {
 		UseGzip:           cli.UseGzip,
 		PrivilegeMode:     cli.PrivilegeMode,
 		ProxyType:         cli.Type,
+		PoolCount:         cli.PoolCount,
 		HostHeaderRewrite: cli.HostHeaderRewrite,
 		Timestamp:         nowTime,
 	}