Changeset - 0724113762d0
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2016-01-23 15:27:31
jkaluza@redhat.com
Fix compilation error
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum_manager/src/server.cpp
Show inline comments
 
@@ -396,7 +396,7 @@ void Server::serve_oauth2(struct mg_connection *conn, struct http_message *hm) {
 
	std::string code = get_http_var(hm, "code");
 
	std::string state = get_http_var(hm, "state");
 

	
 
	send_command(instance, "set_oauth2_code " + code + " " + state)
 
	send_command(instance, "set_oauth2_code " + code + " " + state);
 
	redirect_to(conn, hm, "/instances/");
 
}
 

	
0 comments (0 inline, 0 general)