mirror of
https://github.com/InfrastructureServices/vsftpd.git
synced 2025-04-19 01:24:02 +03:00
Fix assignment of an enumerator of a different type
The kVSFSysStrOpenUnknown enumerator is not part of the EVSFSysUtilOpenMode enum. The assignment causes a build failure with gcc 10. The open_mode variable need not be initialized, because the switch statement either sets the variable or causes us to exit. Resolves: rhbz#1800239
This commit is contained in:
parent
7957425ef5
commit
8882c5f778
Loading…
x
Reference in New Issue
Block a user