diff freeDiameter/p_dp.c @ 454:f1484823cb4a

Small hack which might spear some concurrency problems and is quite harmless
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 16:11:12 +0900
parents 26aafbbc1640
children
line wrap: on
line diff
--- a/freeDiameter/p_dp.c	Thu Jul 29 15:32:08 2010 +0900
+++ b/freeDiameter/p_dp.c	Thu Jul 29 16:11:12 2010 +0900
@@ -113,6 +113,7 @@
 		
 	} else {
 		/* We received a DPA */
+		fd_cpu_flush_cache();
 		if (peer->p_hdr.info.runtime.pir_state != STATE_CLOSING) {
 			TRACE_DEBUG(INFO, "Ignoring DPA received in state %s", STATE_STR(peer->p_hdr.info.runtime.pir_state));
 		}
"Welcome to our mercurial repository"