mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
get rid of that transport sillyness
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1861,9 +1861,6 @@ static int aji_test(int fd, int argc, char *argv[])
|
||||
ASTOBJ_CONTAINER_TRAVERSE(&client->buddies, 1, {
|
||||
ASTOBJ_RDLOCK(iterator);
|
||||
ast_verbose("User: %s\n", iterator->name);
|
||||
ast_verbose("User: %s\n", iterator->user);
|
||||
ast_verbose("Pass: %s\n", iterator->pass);
|
||||
ast_verbose("Host: %s\n", iterator->host);
|
||||
for (resource = iterator->resources; resource; resource = resource->next) {
|
||||
ast_verbose("Resource: %s\n", resource->resource);
|
||||
if(resource->cap) {
|
||||
|
Reference in New Issue
Block a user