source:
npl/system/netkit-ftp/patches/17-netkit-ftp-0.17-sigseg.patch
@
2154c77
Last change on this file since 2154c77 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 457 bytes |
-
netkit-ftp-0.
old new getreply(int expecteof) 483 483 return (0); 484 484 } 485 485 lostpeer(0); 486 fclose(cout); 487 cout = NULL; 486 if (cout) { 487 fclose(cout); 488 cout = NULL; 489 } 488 490 if (verbose) { 489 491 printf("421 Service not available, remote server has closed connection\n"); 490 492 (void) fflush(stdout);
Note: See TracBrowser
for help on using the repository browser.