Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2017
dbtdsilva
libcloudstorage
Commits
8dedd085
Commit
8dedd085
authored
Aug 21, 2017
by
Diogo Silva
Browse files
Request: Auth server will no longer be destroyed with the callback
parent
374a54ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Request/AuthorizeRequest.cpp
View file @
8dedd085
...
...
@@ -46,7 +46,6 @@ AuthorizeRequest::AuthorizeRequest(std::shared_ptr<CloudProvider> p,
}
lock
.
lock
();
}
provider
()
->
current_authorization_
=
nullptr
;
lock
.
unlock
();
provider
()
->
auth_callback
()
->
done
(
*
provider
(),
result
);
request
->
done
(
result
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment