comparison extensions/app_radgw/rgw_clients.c @ 553:153cd2600fcf

Fix another issue
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 14:52:24 +0900
parents 4c935aecee6c
children 25440e53a48e
comparison
equal deleted inserted replaced
552:d2be88628747 553:153cd2600fcf
996 return EINVAL; 996 return EINVAL;
997 } 997 }
998 998
999 /* Debug */ 999 /* Debug */
1000 TRACE_DEBUG(FULL, "RADIUS message ready for sending:"); 1000 TRACE_DEBUG(FULL, "RADIUS message ready for sending:");
1001 rgw_msg_dump((struct rgw_radius_msg_meta *)*msg); 1001 rgw_msg_dump((struct rgw_radius_msg_meta *)*msg, 0);
1002 1002
1003 /* Send the message */ 1003 /* Send the message */
1004 CHECK_FCT( rgw_servers_send(req->serv_type, (*msg)->buf, (*msg)->buf_used, cli->sa, req->port) ); 1004 CHECK_FCT( rgw_servers_send(req->serv_type, (*msg)->buf, (*msg)->buf_used, cli->sa, req->port) );
1005 1005
1006 /* update the duplicate cache */ 1006 /* update the duplicate cache */
"Welcome to our mercurial repository"