Explorar o código

Merge pull request #2194 from RussWhitehead/break

Fix build break

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=13) %!d(string=hai) anos
pai
achega
1eb036631b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      esp/bindings/http/platform/httpservice.cpp

+ 0 - 1
esp/bindings/http/platform/httpservice.cpp

@@ -450,7 +450,6 @@ int CEspHttpServer::processRequest()
                     if(realmbuf.length() == 0)
                         realmbuf.append("ESP");
                     m_response->sendBasicChallenge(realmbuf.str(), !isSoapPost);
-                    break;
                 }
                 return 0;
             }