| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4369c6d commit 8d87303
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -354,6 +354,7 @@ class TestSocketServerDelegate : public SocketServerDelegate { | |||
| 354 | 354 | ||
| 355 | 355 | ServerHolder::ServerHolder(bool has_targets, uv_loop_t* loop, | |
| 356 | 356 | const std::string& host, int port, FILE* out) { | |
| 357 | + session_id_ = 0; | ||
| 357 | 358 | std::vector<std::string> targets; | |
| 358 | 359 | if (has_targets) | |
| 359 | 360 | targets = { MAIN_TARGET_ID }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments