mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 19:59:05 +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:
Reference in New Issue
Block a user