Skip to content

Commit

Permalink
log "too many open files" bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Jan 26, 2018
1 parent 273735d commit c5a6ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssh/sshterm.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (c *ConInfoTerm) Connect() (err error) {
if err != nil {
return
}
//defer wirteLog.Close()

// for loop Add timestamp log
for scanner.Scan() {
Expand Down

0 comments on commit c5a6ade

Please sign in to comment.