Skip to content

Commit 31126e9

Browse files
committed
fix compilation error introduced by zmap#244 merge
1 parent a9fc785 commit 31126e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func OutputResults(w *bufio.Writer, results <-chan []byte) error {
154154
return err
155155
}
156156
if config.Flush {
157-
out.Flush()
157+
w.Flush()
158158
}
159159
}
160160
return nil

0 commit comments

Comments
 (0)