update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@32 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
0c40796e0f
commit
b647d8783c
|
@ -206,7 +206,7 @@ zap_status_t zap_channel_open_any(const char *name, unsigned span_id, zap_direct
|
|||
span_max = zint->span_index;
|
||||
}
|
||||
|
||||
if (direction == ZAP_BOTTOM_UP) {
|
||||
if (direction == TOP_DOWN) {
|
||||
j = 1;
|
||||
} else {
|
||||
j = span_max;
|
||||
|
|
Loading…
Reference in New Issue