Bugzilla – Attachment #153969: Bug 34302: DO NOT PUSH - to test failure for
bug #34302
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 34302
Collapse All
|
Expand All
(-)
a/svc/renew (-1 / +2 lines)
Lines 92-96 if ( $data->{renew_okay} || ( $seen && $data->{error} eq 'too_unseen') ) {
Link Here
92
}
92
}
93
};
93
};
94
}
94
}
95
$data->{renew_okay} = 0;
96
$data->{error} = 'renewal_failed';
95
97
96
print to_json($data);
98
print to_json($data);
97
-
Return to
bug 34302