fix OPENZAP-14

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@553 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2008-09-10 19:27:17 +00:00
parent fa8457c019
commit 6d024dc60e
2 changed files with 8 additions and 3 deletions

View File

@@ -1824,7 +1824,7 @@ SWITCH_STANDARD_API(oz_function)
int j;
stream->write_function(stream, "+OK\n");
for(j = 0; j <= span->chan_count; j++) {
for(j = 1; j <= span->chan_count; j++) {
dump_chan(span, j, stream);
}