Browse Source

Removed residual variable

UltimateByte 10 năm trước cách đây
mục cha
commit
b9a2824c7e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Mumble/mumbleserver

+ 0 - 1
Mumble/mumbleserver

@@ -48,7 +48,6 @@ if [ -f "${servercfgfullpath}" ]; then
 	port=$(cat "${servercfgfullpath}" > /dev/null 2>&1 | grep 'port=' | awk -F'=' '{ print $2 }')
 	servername="Mumble Port ${port}"
 else
-	ip=""
 	port="UNKNOWN"
 	servername="Mumble"
 fi