Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2891)

Unified Diff: worker/uniter/modes.go

Issue 9738043: cmd/jujud: do not change password
Patch Set: cmd/jujud: do not change password Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « worker/uniter/filter_test.go ('k') | worker/uniter/uniter_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/uniter/modes.go
=== modified file 'worker/uniter/modes.go'
--- worker/uniter/modes.go 2013-05-31 01:02:53 +0000
+++ worker/uniter/modes.go 2013-06-15 08:59:49 +0000
@@ -353,7 +353,7 @@
default:
return nil, fmt.Errorf("unknown resolved mode %q", rm)
}
- if e := u.unit.ClearResolved(); e != nil {
+ if e := u.f.ClearResolved(); e != nil {
return nil, e
}
if err == errHookFailed {
@@ -386,7 +386,7 @@
return nil, tomb.ErrDying
case <-u.f.ResolvedEvents():
err = u.charm.Snapshotf("Upgrade conflict resolved.")
- if e := u.unit.ClearResolved(); e != nil {
+ if e := u.f.ClearResolved(); e != nil {
return nil, e
}
if err != nil {
« no previous file with comments | « worker/uniter/filter_test.go ('k') | worker/uniter/uniter_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b