Skip to content

Commit 154409b

Browse files
authored
fix(scp): do not proceed chain (#59)
Signed-off-by: Carlos A Becker <[email protected]>
1 parent 6c27039 commit 154409b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scp/scp.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ func Middleware(rh CopyToClientHandler, wh CopyFromClientHandler) wish.Middlewar
8484
wish.Fatal(s, err)
8585
return
8686
}
87-
88-
sh(s)
8987
}
9088
}
9189
}

0 commit comments

Comments
 (0)