mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
This patch has been integrated in the original source.
This commit is contained in:
parent
50e22aab41
commit
b42d59dece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5372
2 changed files with 0 additions and 36 deletions
|
@ -1,18 +0,0 @@
|
||||||
*** ftpd.c.bak Wed Jan 1 22:10:05 1997
|
|
||||||
--- src/ftpd.c Wed Jan 1 22:10:14 1997
|
|
||||||
***************
|
|
||||||
*** 2503,2508 ****
|
|
||||||
--- 2503,2514 ----
|
|
||||||
void
|
|
||||||
dologout(int status)
|
|
||||||
{
|
|
||||||
+ /*
|
|
||||||
+ * Prevent reception of SIGURG from resulting in a resumption
|
|
||||||
+ * back to the main program loop.
|
|
||||||
+ */
|
|
||||||
+ transflag = 0;
|
|
||||||
+
|
|
||||||
if (logged_in) {
|
|
||||||
(void) seteuid((uid_t) 0);
|
|
||||||
logwtmp(ttyline, "", "");
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
*** ftpd.c.bak Wed Jan 1 22:10:05 1997
|
|
||||||
--- src/ftpd.c Wed Jan 1 22:10:14 1997
|
|
||||||
***************
|
|
||||||
*** 2503,2508 ****
|
|
||||||
--- 2503,2514 ----
|
|
||||||
void
|
|
||||||
dologout(int status)
|
|
||||||
{
|
|
||||||
+ /*
|
|
||||||
+ * Prevent reception of SIGURG from resulting in a resumption
|
|
||||||
+ * back to the main program loop.
|
|
||||||
+ */
|
|
||||||
+ transflag = 0;
|
|
||||||
+
|
|
||||||
if (logged_in) {
|
|
||||||
(void) seteuid((uid_t) 0);
|
|
||||||
logwtmp(ttyline, "", "");
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue