*** empty log message ***
This commit is contained in:
parent
bb1cd94b61
commit
4014682b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34755
11
security/heimdal/files/patch-ci
Normal file
11
security/heimdal/files/patch-ci
Normal file
@ -0,0 +1,11 @@
|
||||
--- appl/ftp/ftp/security.c.orig Sun Feb 6 21:11:43 2000
|
||||
+++ appl/ftp/ftp/security.c Fri Nov 3 10:11:47 2000
|
||||
@@ -237,7 +237,7 @@
|
||||
ret = sec_get_data(fd, &in_buffer, data_prot);
|
||||
if (ret < 0)
|
||||
return -1;
|
||||
- if(ret == 0 || in_buffer.size == 0) {
|
||||
+ if(ret == 0 && in_buffer.size == 0) {
|
||||
if(rx)
|
||||
in_buffer.eof_flag = 1;
|
||||
return rx;
|
Loading…
Reference in New Issue
Block a user