comparison extensions/app_radgw/rgw_clients.c @ 261:ca1201a78b18

Remove secret information from standard dump
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 16 Apr 2010 17:56:54 +0900
parents 4c2656ff3400
children 411314907b43
comparison
equal deleted inserted replaced
260:4c2656ff3400 261:ca1201a78b18
515 struct fd_list *ref = NULL; 515 struct fd_list *ref = NULL;
516 516
517 for (ref = senti->next; ref != senti; ref = ref->next) { 517 for (ref = senti->next; ref != senti; ref = ref->next) {
518 client = (struct rgw_client *)ref; 518 client = (struct rgw_client *)ref;
519 TRACE_DEBUG_sSA(NONE, " - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, "" ); 519 TRACE_DEBUG_sSA(NONE, " - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, "" );
520 TRACE_DEBUG_BUFFER(NONE, " [", client->key.data, client->key.len, "]" );
521 } 520 }
522 } 521 }
523 522
524 void rgw_clients_dump(void) 523 void rgw_clients_dump(void)
525 { 524 {
"Welcome to our mercurial repository"