Skip to content

Commit

Permalink
Removed useless token invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed May 28, 2015
1 parent 5a2e7aa commit 0590506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/asynch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ int ns1__srmCopy(struct soap *soap, struct ns1__srmCopyRequest *req,
return SOAP_OK;
}

request->invalidateRequestToken();
try {
rep->srmCopyResponse = request->buildResponse();
} catch (storm::storm_error& exc) {
Expand Down

0 comments on commit 0590506

Please sign in to comment.