Commit 8fd094b
committed
sshdriver: Fix timeout for run()
The run() function was not passing its timeout parameter on to the
internal _run() function; therefore, any timeout set by a caller was
ignored.
Signed-off-by: Nick Potenski <[email protected]>1 parent 79d1dff commit 8fd094b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments