createuser: fix parsing of --connection-limit argument
authorAlvaro Herrera <[email protected]>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
committerAlvaro Herrera <[email protected]>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
commit6f1e443a65eeee84ec57bd3eb57e54bb5fafbf51
tree4a35372ab6fa212846bedfe0a82fb4ca983b4a4b
parent3a1acb6b70eb06820c826b0eebb8848be5bc26e8
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