Attempting fix for TC build issue.

master
Baker Linden 2013-10-02 13:38:56 -07:00
parent 8bf4760552
commit efd2ecd2e9
1 changed files with 3 additions and 0 deletions

View File

@ -1924,6 +1924,9 @@ void LLGroupMgr::sendGroupBanRequest( EBanRequestType request_type,
case REQUEST_POST:
LLHTTPClient::post(cap_url, body, grp_ban_responder);
break;
case REQUEST_PUT:
case REQUEST_DELETE:
break;
}
}