diff svr-x11fwd.c @ 657:16af1decaf4c

- Merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Feb 2012 23:00:30 +0800
parents a48a1f6ab43e
children 0fd32a552ea5
line wrap: on
line diff
--- a/svr-x11fwd.c	Tue Feb 21 22:57:19 2012 +0800
+++ b/svr-x11fwd.c	Tue Feb 21 23:00:30 2012 +0800
@@ -175,7 +175,7 @@
 	m_free(chansess->x11authprot);
 	m_free(chansess->x11authcookie);
 
-	TRACE(("chansess %s", chansess))
+	TRACE(("chansess %x", chansess))
 	if (chansess->x11listener != NULL) {
 		remove_listener(chansess->x11listener);
 		chansess->x11listener = NULL;