comparison svr-x11fwd.c @ 651:a48a1f6ab43e

- Fix some format strings in TRACE()s
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Dec 2011 05:24:50 +0800
parents a98a2138364a
children 0fd32a552ea5
comparison
equal deleted inserted replaced
650:df11cb6a3665 651:a48a1f6ab43e
173 void x11cleanup(struct ChanSess *chansess) { 173 void x11cleanup(struct ChanSess *chansess) {
174 174
175 m_free(chansess->x11authprot); 175 m_free(chansess->x11authprot);
176 m_free(chansess->x11authcookie); 176 m_free(chansess->x11authcookie);
177 177
178 TRACE(("chansess %s", chansess)) 178 TRACE(("chansess %x", chansess))
179 if (chansess->x11listener != NULL) { 179 if (chansess->x11listener != NULL) {
180 remove_listener(chansess->x11listener); 180 remove_listener(chansess->x11listener);
181 chansess->x11listener = NULL; 181 chansess->x11listener = NULL;
182 } 182 }
183 } 183 }