From 22e76356fe7d6b036d88279b42e8cfb3f33781e7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Nov 2007 07:28:00 +0000 Subject: [PATCH] just in case... --- src/rxvtd.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rxvtd.C b/src/rxvtd.C index b73916be..5622f421 100644 --- a/src/rxvtd.C +++ b/src/rxvtd.C @@ -52,7 +52,6 @@ struct server : rxvt_connection { log_cb (this, &server::log_msg), getfd_cb (this, &server::getfd) { - this->fd = fd; fcntl (fd, F_SETFD, FD_CLOEXEC); fcntl (fd, F_SETFL, 0); read_ev.start (fd, ev::READ); -- 2.34.1