mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-23 08:07:52 +00:00
The old ErrRelaunchAttempt name was ambiguous — it reads as though the relaunch attempt failed, when it actually signals success. Rename to ErrRelaunchSucceeded and update comments at every call site to clarify that this is not a real error but a sentinel indicating the elevated child process completed the operation successfully. Also fix a bug in WSL's launchElevate where a failed elevated process was incorrectly wrapped with the sentinel, causing callers to treat the failure as success and print "Machine init complete." Signed-off-by: lstocchi <lstocchi@redhat.com> |
||
|---|---|---|
| .. | ||
| os | ||
| client9p.go | ||
| cp.go | ||
| info.go | ||
| init.go | ||
| inspect.go | ||
| list.go | ||
| machine.go | ||
| machine_unix.go | ||
| machine_unsupported.go | ||
| machine_windows.go | ||
| os.go | ||
| reset.go | ||
| rm.go | ||
| server9p.go | ||
| set.go | ||
| ssh.go | ||
| start.go | ||
| stop.go | ||