瀏覽代碼

Merge pull request #2194 from RussWhitehead/break

Fix build break

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 年之前
父節點
當前提交
1eb036631b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
             }