comparison extensions/app_radgw/rgwx_echodrop.c @ 979:b90cb4c07160

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:45:03 +0100
parents 2091bf698fb1
children cf09fde3d7f5
comparison
equal deleted inserted replaced
978:d978078db9d7 979:b90cb4c07160
217 /* Save the echoed values in the session, if any */ 217 /* Save the echoed values in the session, if any */
218 if (!FD_IS_LIST_EMPTY(&echo_list)) { 218 if (!FD_IS_LIST_EMPTY(&echo_list)) {
219 CHECK_PARAMS_DO(*session, 219 CHECK_PARAMS_DO(*session,
220 { 220 {
221 fd_log_debug( "[echodrop.rgwx] The extension is configured to echo some attributes from this message, but no session object has been created for it (yet)." 221 fd_log_debug( "[echodrop.rgwx] The extension is configured to echo some attributes from this message, but no session object has been created for it (yet)."
222 " Please check your configuration file and include a session-generating extension BEFORE calling echodrop.rgwx to echo attributes.\n" 222 " Please check your configuration file and include a session-generating extension BEFORE calling echodrop.rgwx to echo attributes."
223 " Please use debug.rgwx to retrieve more information.\n" ); 223 " Please use debug.rgwx to retrieve more information." );
224 return EINVAL; 224 return EINVAL;
225 } ); 225 } );
226 226
227 /* Move the values in a dynamically allocated list */ 227 /* Move the values in a dynamically allocated list */
228 CHECK_MALLOC( li = malloc(sizeof(struct fd_list)) ); 228 CHECK_MALLOC( li = malloc(sizeof(struct fd_list)) );
"Welcome to our mercurial repository"