diff libfdcore/p_out.c @ 1084:6b7966ea27fb

Fix a few compilation issues
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 03 May 2013 15:33:57 +0800
parents 74bba7975864
children d8591b1c56cd
line wrap: on
line diff
--- a/libfdcore/p_out.c	Fri May 03 15:23:11 2013 +0800
+++ b/libfdcore/p_out.c	Fri May 03 15:33:57 2013 +0800
@@ -44,7 +44,6 @@
 	size_t sz;
 	int ret;
 	uint32_t bkp_hbh = 0;
-	struct msg * cpy_for_logs_only;
 	
 	TRACE_ENTRY("%p %x %p %p %p", msg, flags, cnx, hbh, srl);
 	
@@ -64,7 +63,7 @@
 	CHECK_FCT(fd_msg_bufferize( *msg, &buf, &sz ));
 	pthread_cleanup_push( free, buf );
 	
-	cpy_for_logs_only = *msg;
+	// cpy_for_logs_only = *msg;
 	
 	/* Save a request before sending so that there is no race condition with the answer */
 	if (msg_is_a_req) {
"Welcome to our mercurial repository"