cmd/quictpu/ping: fix debug mode

This commit is contained in:
Leopold Schabel 2022-06-17 13:08:45 +02:00
parent 53b10ba74e
commit 05c114105c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func main() {
var (
qconf quic.Config
dbg *os.File
dbg io.Writer
err error
)
if *flagDebug {