Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
ganesha-rados-grace: use int type for getopt retval
the implicit conversion of a -1 retval from getopt is interpreted as a value of 255 on an aarch64 platform, which then causes the default case of the switch statement to always print a usage message and exit. Signed-off-by: Michael Fritch <mfritch@suse.com> Change-Id: I21caf0c4882d3c9b821836c000c1645287b9ba5c
- Loading branch information