diff svr-agentfwd.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 ca7e76d981d9 4317be8b7cf9
line wrap: on
line diff
--- a/svr-agentfwd.c	Sun Jan 02 17:08:27 2005 +0000
+++ b/svr-agentfwd.c	Sun Jan 02 20:25:56 2005 +0000
@@ -101,7 +101,7 @@
 
 	fd = accept(sock, NULL, NULL);
 	if (fd < 0) {
-		TRACE(("accept failed"));
+		TRACE(("accept failed"))
 		return;
 	}