comparison extensions/app_radgw/rgw_worker.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
161 pb = 0; 161 pb = 0;
162 162
163 /* Check the created Diameter message -- it will be invalid if no callback has handled the RADIUS message */ 163 /* Check the created Diameter message -- it will be invalid if no callback has handled the RADIUS message */
164 if ((diam_msg == NULL) || ( fd_msg_parse_rules(diam_msg, fd_g_config->cnf_dict, NULL) ) ) { 164 if ((diam_msg == NULL) || ( fd_msg_parse_rules(diam_msg, fd_g_config->cnf_dict, NULL) ) ) {
165 fd_log_debug("[radgw] No or invalid Diameter message was generated after processing the RADIUS command %hhd (%s)." 165 fd_log_debug("[radgw] No or invalid Diameter message was generated after processing the RADIUS command %hhd (%s)."
166 " It may indicate a gateway configuration problem, or implementation issue in a plugin.\n", 166 " It may indicate a gateway configuration problem, or implementation issue in a plugin.",
167 msg->radius.hdr->code, rgw_msg_code_str(msg->radius.hdr->code)); 167 msg->radius.hdr->code, rgw_msg_code_str(msg->radius.hdr->code));
168 /* We should also dump the conflicting rule here to help debug? */ 168 /* We should also dump the conflicting rule here to help debug? */
169 pb++; 169 pb++;
170 } 170 }
171 171
277 } 277 }
278 CHECK_FCT_DO( fd_msg_browse(avp, MSG_BRW_NEXT, &avp, NULL), { pb++; break; } ); 278 CHECK_FCT_DO( fd_msg_browse(avp, MSG_BRW_NEXT, &avp, NULL), { pb++; break; } );
279 } 279 }
280 280
281 if (pb) { 281 if (pb) {
282 TRACE_DEBUG(INFO, "[radgw] WARNING: %d mandatory AVP in the Diameter answer have not been translated to RADIUS!\n Please use debug.rgwx for more information.", pb); 282 TRACE_DEBUG(INFO, "[radgw] WARNING: %d mandatory AVP in the Diameter answer have not been translated to RADIUS! Please use debug.rgwx for more information.", pb);
283 } 283 }
284 } 284 }
285 285
286 286
287 out: 287 out:
"Welcome to our mercurial repository"