createuser: fix parsing of --connection-limit argument
authorAlvaro Herrera
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
committerAlvaro Herrera
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
commitca902add69291b50fe4fc0d7c2bb57b6da13b3db
tree65f065e5c80f61c8e20d8a64c38441327053959b
parentbdd19e48a8c14e4e2a5edac7a6dc23de842ccdd6
createuser: fix parsing of --connection-limit argument

The original coding failed to quote the argument properly.

Reported-by: Daniel Gustafsson
Discussion: 1B8AE66C-85AB-4728-9BB4-612E8E61C219@yesql.se
src/bin/scripts/createuser.c