Skip to content

Commit

Permalink
support black password (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu authored Oct 30, 2022
1 parent 8d1d289 commit 6d1b4c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,6 @@ func validateFlags() {
if len(*username) == 0 {
log.Panicf("Error: argument username is empty!")
}
if len(*password) == 0 {
log.Panicf("Error: argument password is empty!")
}

if *enableSsl {
if *sslRootCAPath == "" {
Expand Down

0 comments on commit 6d1b4c4

Please sign in to comment.