aboutsummaryrefslogtreecommitdiff
path: root/src/startinst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/startinst.c')
-rw-r--r--src/startinst.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/startinst.c b/src/startinst.c
index 87887e9..f2d3ea8 100644
--- a/src/startinst.c
+++ b/src/startinst.c
@@ -16,8 +16,6 @@
#include "eclat.h"
-#define EC2_API_VERSION "2012-08-15"
-
int
eclat_start_instance(CURL *curl, int argc, char **argv)
{
@@ -43,7 +41,6 @@ eclat_start_instance(CURL *curl, int argc, char **argv)
}
eclat_query_add_param(q, "AWSAccessKeyId", access_key);
- eclat_query_add_param(q, "Version", EC2_API_VERSION);
eclat_query_signature(q, secret_key);
url = eclat_query_to_url(q, NULL);

Return to:

Send suggestions and report system problems to the System administrator.