This is a placebo commit (can not build).
This commit is contained in:
parent
9ceeb4f2e5
commit
4c3f2a582a
2
ftp.spec
2
ftp.spec
@ -23,7 +23,7 @@ The ftp package provides the standard UNIX command-line FTP (File
|
|||||||
Transfer Protocol) client. FTP is a widely used protocol for
|
Transfer Protocol) client. FTP is a widely used protocol for
|
||||||
transferring files over the Internet and for archiving files.
|
transferring files over the Internet and for archiving files.
|
||||||
|
|
||||||
If your system is on a network, you should install ftp in order to do
|
If your system is on a network, you should install ftp in order to do
|
||||||
file transfers.
|
file transfers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
data = -1;
|
data = -1;
|
||||||
- (void) getreply(0);
|
- (void) getreply(0);
|
||||||
+ old_code_l = code;
|
+ old_code_l = code;
|
||||||
+ (void) getreply (0);
|
+ (void) getreply(0);
|
||||||
+
|
+
|
||||||
+ /* Following "if" will avoid a bug #165083 in ftp-server */
|
+ /* Following "if" will avoid a bug #165083 in ftp-server */
|
||||||
+ /* It can be later removed. */
|
+ /* It can be later removed. */
|
||||||
|
Loading…
Reference in New Issue
Block a user