Browse Source

Unbenötigte Variable entfernt

Kolja Strohm 6 years ago
parent
commit
8fbf6c4bd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MainServer/MainServer.cpp

+ 0 - 1
MainServer/MainServer.cpp

@@ -434,7 +434,6 @@ void MSKlientSSL::thread()
             case 1: // Client Identifikation
                 if( !klientNummer )
                 {
-                    bool ret1 = 0;
                     klientNummer = ms->zDB()->getNextClientId();
                     Text *key = ms->zDB()->getKlientKey( klientNummer );
                     if( key )