mirror of https://github.com/apache/cloudstack.git
S2S VPN: Fix wrong response name
This commit is contained in:
parent
07fc5ab3b0
commit
e947d1cf67
|
|
@ -30,7 +30,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