From: root Date: Sat, 17 Nov 2007 07:28:00 +0000 (+0000) Subject: just in case... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=22e76356fe7d6b036d88279b42e8cfb3f33781e7;p=dana%2Furxvt.git just in case... --- 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);