changeset 428:5e793a4e2450

Fix informational parsing of incoming answers
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 24 Jun 2009 16:06:24 +0900
parents 5d5401f6d965
children afa2b5ffe44c
files waaad/dispatch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/dispatch.c	Wed Jun 24 15:55:14 2009 +0900
+++ b/waaad/dispatch.c	Wed Jun 24 16:06:24 2009 +0900
@@ -161,7 +161,7 @@
 			
 			/* If a callback was registered, pass the message to it */
 			if (anscb != NULL) {
-				(void)msg_parse_dict(msg); /* This may help the callback function */
+				CHECK_FCT_DO( msg_parse_dict_avp((msg_avp_t *)msg), /* Ignore error */); /* This may help the callback function */
 				
 				TRACE_DEBUG(FULL, "Calling callback registered when query was sent (%p, %p)", anscb, data);
 				(*anscb)(data, &msg);
"Welcome to our mercurial repository"