S2S VPN: Fix wrong response name

This commit is contained in:
Sheng Yang 2012-08-14 09:45:36 -07:00 committed by Alex Huang
parent 6bf4bd18f9
commit e508c81e45
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import com.cloud.user.Account;
public class DeleteVpnCustomerGatewayCmd extends BaseAsyncCmd {
public static final Logger s_logger = Logger.getLogger(DeleteVpnCustomerGatewayCmd.class.getName());
private static final String s_name = "deletecustomergatewayresponse";
private static final String s_name = "deletevpncustomergatewayresponse";
/////////////////////////////////////////////////////
//////////////// API parameters /////////////////////