File tree 1 file changed +2
-2
lines changed
internal/coordinator/remote 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ func (ss *SSHServer) legacyIncomingSSHPostAuth(s gssh.Session, rb *Buildlet) {
313
313
case "plan9" :
314
314
fmt .Fprintf (s , "# Plan9 user/pass: glenda/glenda123\n " )
315
315
if ipErr != nil {
316
- fmt .Fprintf (s , "# Failed to get IP out of %q: %v\n " , rb .Buildlet ().IPPort (), err )
316
+ fmt .Fprintf (s , "# Failed to get IP out of %q: %v\n " , rb .Buildlet ().IPPort (), ipErr )
317
317
return
318
318
}
319
319
cmd = exec .Command ("/usr/local/bin/drawterm" ,
@@ -457,7 +457,7 @@ func (ss *SSHServer) IncomingSSHPostAuth(s gssh.Session, rs *Session) {
457
457
case "plan9" :
458
458
fmt .Fprintf (s , "# Plan9 user/pass: glenda/glenda123\n " )
459
459
if ipErr != nil {
460
- fmt .Fprintf (s , "# Failed to get IP out of %q: %v\n " , bc .IPPort (), err )
460
+ fmt .Fprintf (s , "# Failed to get IP out of %q: %v\n " , bc .IPPort (), ipErr )
461
461
return
462
462
}
463
463
cmd = exec .Command ("/usr/local/bin/drawterm" ,
You can’t perform that action at this time.
0 commit comments