Mercurial > dropbear
diff common-session.c @ 568:005530560594
Rearrange getaddrstring() etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Sep 2009 16:38:26 +0000 |
parents | 7de2f22ea759 |
children | a98a2138364a |
line wrap: on
line diff
--- a/common-session.c Mon Aug 31 15:25:39 2009 +0000 +++ b/common-session.c Tue Sep 01 16:38:26 2009 +0000 @@ -52,12 +52,10 @@ /* called only at the start of a session, set up initial state */ -void common_session_init(int sock_in, int sock_out, char* remotehost) { +void common_session_init(int sock_in, int sock_out) { TRACE(("enter session_init")) - ses.remotehost = remotehost; - ses.sock_in = sock_in; ses.sock_out = sock_out; ses.maxfd = MAX(sock_in, sock_out);