Mercurial > dropbear
diff svr-x11fwd.c @ 1038:d3925ed45a85
Fix for old compilers, variable declarations at beginning of functions
and /**/ comments
author | Thorsten Horstmann <thorsten.horstmann@web.de> |
---|---|
date | Tue, 24 Feb 2015 20:51:18 +0800 |
parents | 5daedffd0769 |
children | c45d65392c1a |
line wrap: on
line diff
--- a/svr-x11fwd.c Tue Feb 24 20:45:07 2015 +0800 +++ b/svr-x11fwd.c Tue Feb 24 20:51:18 2015 +0800 @@ -175,7 +175,7 @@ m_free(chansess->x11authprot); m_free(chansess->x11authcookie); - TRACE(("chansess %p", chansess)) + TRACE(("chansess %p", (void*)chansess)) if (chansess->x11listener != NULL) { remove_listener(chansess->x11listener); chansess->x11listener = NULL;