Merged revisions 71214 via svnmerge from

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

................
r71214 | crichter | 2007-06-23 00:44:42 +0200 (Sa, 23 Jun 2007) | 9 lines

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/trunk@71500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-06-25 09:46:18 +00:00
parent d72da1523d
commit 1e6b6d2df5
3 changed files with 30 additions and 13 deletions

View File

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