artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52cdcfb
)
avoid SIGURG race; dg@root.com
author
deraadt
<deraadt@openbsd.org>
Thu, 2 Jan 1997 21:33:33 +0000
(21:33 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 2 Jan 1997 21:33:33 +0000
(21:33 +0000)
libexec/ftpd/ftpd.c
patch
|
blob
|
history
diff --git
a/libexec/ftpd/ftpd.c
b/libexec/ftpd/ftpd.c
index
c25837f
..
d1ff7fc
100644
(file)
--- a/
libexec/ftpd/ftpd.c
+++ b/
libexec/ftpd/ftpd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ftpd.c,v 1.2
8 1996/12/14 23:09:46
deraadt Exp $ */
+/* $OpenBSD: ftpd.c,v 1.2
9 1997/01/02 21:33:33
deraadt Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@
-1708,6
+1708,7
@@
void
dologout(status)
int status;
{
+ transflag = 0;
if (logged_in) {
(void) seteuid((uid_t)0);