Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqs_create_queue doesn't work #2

Open
soulfly opened this issue Mar 11, 2014 · 1 comment
Open

sqs_create_queue doesn't work #2

soulfly opened this issue Mar 11, 2014 · 1 comment

Comments

@soulfly
Copy link

soulfly commented Mar 11, 2014

I found that method sqs_create_queue doesn't work

It's an error in source code

Look at sqs_create_queue method implementation

There is a line snprintf ( resource, sizeof(resource), SQSHost, Req, name, awsKeyID, signature, date );

We need to exchange Req & SQSHost params

The right implementation is snprintf ( resource, sizeof(resource), Req, SQSHost, name, awsKeyID, signature, date );

Please commit to repo this fix

@soulfly
Copy link
Author

soulfly commented Mar 11, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant