S2S VPN: Fix wrong response name

This commit is contained in:
Sheng Yang 2012-08-14 09:45:36 -07:00
parent 37f646f3ff
commit 991fb3d189
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 /////////////////////