From b2221ecd9b3c86029c92167b62793587a2c2ebf2 Mon Sep 17 00:00:00 2001 From: dwj0 Date: Mon, 20 Jun 2022 09:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E4=BA=86?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=90=8E=EF=BC=8C=20=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E4=B8=8D=E8=83=BD=E5=90=AF=E5=8A=A8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n2n_gui/n2n_guiDlg.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/n2n_gui/n2n_guiDlg.cpp b/n2n_gui/n2n_guiDlg.cpp index 6995d56..6095733 100644 --- a/n2n_gui/n2n_guiDlg.cpp +++ b/n2n_gui/n2n_guiDlg.cpp @@ -18,7 +18,7 @@ #define new DEBUG_NEW #endif -char const Version[] = "V2.0.0"; +char const Version[] = "V2.1.0"; char *FormatServerShowName(SERVER_Struct *Host, char *str) { @@ -625,7 +625,8 @@ void Cn2n_guiDlg::OnBnClickedBtnStartStop() InstallWintap(); else if (strcmp(Name,"Æô¶¯")==0) { - if (StartSuperNode() || StartEdge()) + bool bsupernode = StartSuperNode(), bedge = StartEdge(); + if (bsupernode || bedge) { //½ûÓÿؼþ for (int id = 0; id <= 9; id++)