Mercurial > dropbear
diff x11fwd.h @ 13:db2c8e6fb284
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 18:08:34 +0000 |
parents | f76c9389e9e0 |
children | deed0571cacc |
line wrap: on
line diff
--- a/x11fwd.h Thu Jun 03 17:29:17 2004 +0000 +++ b/x11fwd.h Thu Jun 03 18:08:34 2004 +0000 @@ -31,7 +31,7 @@ int x11req(struct ChanSess * chansess); void x11setauth(struct ChanSess *chansess); -void x11cleanup(struct Listener *listener); +void x11cleanup(struct ChanSess *chansess); #endif /* DROPBEAR_X11FWD */ #endif /* _X11FWD_H_ */