View | Details | Raw Unified | Return to bug 26757
Collapse All | Expand All

(-)SSHExec.java (+1 lines)
Lines 197-202 Link Here
197
                    }
197
                    }
198
                }
198
                }
199
            }
199
            }
200
            session.disconnect();
200
        } catch (BuildException e) {
201
        } catch (BuildException e) {
201
            throw e;
202
            throw e;
202
        } catch (JSchException e) {
203
        } catch (JSchException e) {

Return to bug 26757