update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@33 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
f595e44975
commit
bb5824c160
|
@ -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 == TOP_DOWN) {
|
||||
if (direction == ZAP_TOP_DOWN) {
|
||||
j = 1;
|
||||
} else {
|
||||
j = span_max;
|
||||
|
|
Loading…
Reference in New Issue