mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
repmgrd: fix parsing of -d/--daemonize option
The getopt API doesn't cope well with optional arguments to short form options, e.g. "-o foo", so we need to check the next argument value to see whether it looks like an option or an actual argument value.
This commit is contained in: