diff cli-tcpfwd.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents af304deacb4c
children 115f8a3c2d5a
line wrap: on
line diff
--- a/cli-tcpfwd.c	Thu Nov 14 21:45:50 2013 +0800
+++ b/cli-tcpfwd.c	Thu Nov 14 22:03:30 2013 +0800
@@ -193,8 +193,8 @@
 		struct TCPFwdEntry *fwd = (struct TCPFwdEntry*)iter->item;
 		if (!fwd->listenaddr)
 		{
-			// we store the addresses so that we can compare them
-			// when the server sends them back
+			/* we store the addresses so that we can compare them
+			   when the server sends them back */
 			if (opts.listen_fwd_all) {
 				fwd->listenaddr = m_strdup("");
 			} else {