Skip to content

Commit d6d2dca

Browse files
Make rand key of device name different. (#28)
* bincode -> json Signed-off-by: andrewmatilde <davis6813585853062@outlook.com> * fix lint Signed-off-by: andrewmatilde <davis6813585853062@outlook.com> * add assign nte_env Signed-off-by: andrewmatilde <davis6813585853062@outlook.com> * roll back rand changes Signed-off-by: andrewmatilde <davis6813585853062@outlook.com>
1 parent 1e7ab42 commit d6d2dca

File tree

1 file changed

+1
-0
lines changed
  • rs-tproxy-controller/src/proxy

1 file changed

+1
-0
lines changed

rs-tproxy-controller/src/proxy/exec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ impl Proxy {
148148
}
149149
if self.task.is_none() {
150150
let mut new = Self::new(self.opt.verbose);
151+
self.net_env = new.net_env;
151152
self.opt = new.opt;
152153
self.sender = new.sender.take();
153154
self.rx = new.rx.take();

0 commit comments

Comments
 (0)