File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ private bool GetInstanceID(bool retrying = false)
136136 MySqlDataReader getInstance = null ;
137137 try {
138138 MySqlCommand command = Connection . CreateCommand ( ) ;
139- command . Parameters . AddWithValue ( "@instname" , Dedicator . InstanceName . ToLower ( ) ) ;
139+ command . Parameters . AddWithValue ( "@instname" , Provider . serverID . ToLower ( ) ) ;
140140 command . Parameters . AddWithValue ( "@servername" , Provider . serverName ) ;
141141 command . CommandText = "SELECT `ServerID`, `ServerName` FROM `" + TableInstance + "` WHERE `ServerInstance` = @instname;" ;
142142 getInstance = command . ExecuteReader ( ) ;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.3.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.3.0.0 " ) ]
35+ [ assembly: AssemblyVersion ( "1.3.0.1 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.3.0.1 " ) ]
You can’t perform that action at this time.
0 commit comments