diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0b76fe51..e479d636 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -4,4 +4,5 @@
+
\ No newline at end of file
diff --git a/Server/Configuration/Config.cpp b/Server/Configuration/Config.cpp
index fd12c3d2..9d9cb2a7 100644
--- a/Server/Configuration/Config.cpp
+++ b/Server/Configuration/Config.cpp
@@ -125,7 +125,7 @@ void Config::groupBroadcast(const CTL::ByteArray &data, int port) {
void Config::SetNetWorkInfo(const CTL::String& IP,const CTL::String& GW,const CTL::String& Mask) {
try{
//获取当前网络名称
- CTL::String GetNetName = ("nmcli -t -f NAME,TYPE,DEVICE,STATE con show --active");
+ const CTL::String GetNetName = ("nmcli -t -f NAME,TYPE,DEVICE,STATE con show --active");
CTL::Process Process;
Process.Command(GetNetName);
Process.Start();