aboutsummaryrefslogtreecommitdiff
path: root/rex
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-11-22 15:18:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2019-11-22 15:18:58 +0200
commit1fdeaf5c01c4f2be12bc65d240baa2245ab03208 (patch)
treeec187c441c39d17d4c566ea3a248e892d2cfdb24 /rex
parent1398d07799c988357630824eb2656ba26fce4a8d (diff)
downloadrex-1fdeaf5c01c4f2be12bc65d240baa2245ab03208.tar.gz
rex-1fdeaf5c01c4f2be12bc65d240baa2245ab03208.tar.bz2
Fix improper dereference
Diffstat (limited to 'rex')
-rwxr-xr-xrex2
1 files changed, 1 insertions, 1 deletions
diff --git a/rex b/rex
index 234e75e..6b82905 100755
--- a/rex
+++ b/rex
@@ -2371,7 +2371,7 @@ proc runcmd {hosts command} {
denied {
set sid $expect_out(spawn_id)
terror "bad password for [hostuser $host] on [job get $batch $sid hostname]"
- job close $batch $sid
+ job close batch $sid
}
eof {

Return to:

Send suggestions and report system problems to the System administrator.