just in case...
authorroot <root>
Sat, 17 Nov 2007 07:28:00 +0000 (07:28 +0000)
committerroot <root>
Sat, 17 Nov 2007 07:28:00 +0000 (07:28 +0000)
src/rxvtd.C

index b73916be967f60e6280e3a75ad7c0c13620d8f67..5622f4214e05411bac784d92183303c8830fd78b 100644 (file)
@@ -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);