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

Fix another issue
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 14:52:24 +0900
parents c2a095f04e43
children 4ffbc9f1e922
comparison
equal deleted inserted replaced
552:d2be88628747 553:153cd2600fcf
155 } ); 155 } );
156 156
157 msg->serv_type = me->type; 157 msg->serv_type = me->type;
158 msg->port = port; 158 msg->port = port;
159 159
160 rgw_msg_dump(msg); 160 rgw_msg_dump(msg, 1);
161 161
162 /* queue the message for a worker thread */ 162 /* queue the message for a worker thread */
163 CHECK_FCT_DO( rgw_work_add(msg, nas_info), break ); 163 CHECK_FCT_DO( rgw_work_add(msg, nas_info), break );
164 164
165 /* Then wait for next incoming message */ 165 /* Then wait for next incoming message */
"Welcome to our mercurial repository"