Skip to content

Commit 336a3b1

Browse files
committed
update
1 parent 20e2d55 commit 336a3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmd/tinysyslogd/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
)
99

1010
func main() {
11-
cnf := config.NewConfig()
12-
cnf.BindFlags()
11+
c := config.NewConfig()
12+
c.BindFlags()
1313

1414
server := tinysyslog.NewServer()
1515
err := server.Run()

0 commit comments

Comments
 (0)