Merged revisions 70341 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r70341 | crichter | 2007-06-20 17:29:09 +0200 (Mi, 20 Jun 2007) | 1 line

fixed a bug that was introduced by copy and paste in the last commit ..bchannels weren't cleaned properly.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@71214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-06-22 22:44:42 +00:00
parent 895849c2cb
commit d0bc56b953
3 changed files with 30 additions and 13 deletions

View File

@@ -1140,7 +1140,7 @@ static int misdn_show_cls (int fd, int argc, char *argv[])
}
}
misdn_dump_chanlist();
return 0;
}