ftp/vsftpd: remove obsolte patch

This commit is contained in:
Dirk Meyer
2021-08-04 13:31:37 +02:00
parent 976ae1a1af
commit 86915041db

View File

@@ -1,11 +0,0 @@
--- sysstr.c.orig 2011-12-14 10:26:39 UTC
+++ sysstr.c
@@ -74,7 +74,7 @@ str_chdir(const struct mystr* p_str)
int
str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode)
{
- enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown;
+ enum EVSFSysUtilOpenMode open_mode = (enum EVSFSysUtilOpenMode) kVSFSysStrOpenUnknown;
switch (mode)
{
case kVSFSysStrOpenReadOnly: