mirror of https://github.com/apache/cloudstack.git
S2S VPN: Fix wrong response name
This commit is contained in:
parent
6bf4bd18f9
commit
e508c81e45
|
|
@ -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 /////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue