aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-20 15:29:09 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-20 15:29:09 +0000
commite23794afa6f581984067f9ee468f6ba1bace3ade (patch)
tree187612735cfb8bf71208221e1a35998111f3e14b /channels/chan_misdn.c
parent1c2aad83b89744f52738b97eac17fd3116810649 (diff)
fixed a bug that was introduced by copy and paste in the last commit ..bchannels weren't cleaned properly.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@70341 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 82e9804fd..58802776d 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -988,7 +988,7 @@ static int misdn_show_cls (int fd, int argc, char *argv[])
}
}
-
+ misdn_dump_chanlist();
return 0;
}