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)
commit87d014da99bf7613ce76938a9d58e99ef984737a
treeb082b80e7592fa2d88c344fbf590f0cac83981e9
parent2ad125322d5be8b264f2b0945d7dd23ba3ace60e
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