summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-06-02 08:42:36 +0000
committerchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-06-02 08:42:36 +0000
commit9bbee2431e6a9c0627043ca67753768374a1a0dd (patch)
treedee08d740c5a0b6bbee24c489b24663639371a64
parent580a67ea19a2e24cd70ed8f3346942af50c831a1 (diff)
Reintroduce forcing removal of the cookie when cookie-based validation fails the first time. This was broken in r1986.
-rwxr-xr-xscripts/post-review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post-review b/scripts/post-review
index 4822ad9..c58b0ee 100755
--- a/scripts/post-review
+++ b/scripts/post-review
@@ -2188,7 +2188,7 @@ def tempt_fate(server, tool, changenum, diff_content=None,
# ended up at max recursion depth :-(. Check for a maximum
# number of retries.
if retries >= 0:
- server.login()
+ server.login(force=True)
tempt_fate(server, tool, changenum, diff_content,
parent_diff_content, submit_as, retries=retries)
return