Mercurial > dropbear
comparison svr-x11fwd.c @ 165:0cfba3034be5
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 02 Jan 2005 20:25:56 +0000 |
parents | 2e9d1f29c50f |
children | 161557a9dde8 |
comparison
equal
deleted
inserted
replaced
161:b9d3f725e00b | 165:0cfba3034be5 |
---|---|
168 void x11cleanup(struct ChanSess *chansess) { | 168 void x11cleanup(struct ChanSess *chansess) { |
169 | 169 |
170 m_free(chansess->x11authprot); | 170 m_free(chansess->x11authprot); |
171 m_free(chansess->x11authcookie); | 171 m_free(chansess->x11authcookie); |
172 | 172 |
173 TRACE(("chansess %s", chansess)); | 173 TRACE(("chansess %s", chansess)) |
174 if (chansess->x11listener != NULL) { | 174 if (chansess->x11listener != NULL) { |
175 remove_listener(chansess->x11listener); | 175 remove_listener(chansess->x11listener); |
176 chansess->x11listener = NULL; | 176 chansess->x11listener = NULL; |
177 } | 177 } |
178 } | 178 } |