createuser: fix parsing of --connection-limit argument
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
commit8fa8e011563744f61d29024ab187a189124a6551
tree71fe28e6677f8ff7e6d8c7e5f6a4a009236d1a66
parentb048f558dd7c26a0c630a2cff29d3d8981eaf6b9
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