diff extensions/app_radgw/rgwx_echodrop.c @ 1119:79dd22145f52

Fix a number of compilation warnings
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 14 May 2013 11:04:20 +0800
parents 1d1a20a0779d
children 1af09cc156d6
line wrap: on
line diff
--- a/extensions/app_radgw/rgwx_echodrop.c	Tue May 14 09:56:36 2013 +0800
+++ b/extensions/app_radgw/rgwx_echodrop.c	Tue May 14 11:04:20 2013 +0800
@@ -61,6 +61,7 @@
 		CHECK_MALLOC_DO( fd_dump_extend_hexdump(FD_DUMP_STD_PARAMS, (&esa->attr.length) + 1, esa->attr.length - 2, 0,0), return NULL);
 		CHECK_MALLOC_DO( fd_dump_extend( FD_DUMP_STD_PARAMS, "\n"), return NULL);
 	}
+	return *buf;
 }
 
 /* Initialize the plugin and parse the configuration. */
"Welcome to our mercurial repository"