git-svn-id: http://svn.openzap.org/svn/openzap/trunk@33 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-18 18:20:27 +00:00
parent f595e44975
commit bb5824c160
1 changed files with 1 additions and 1 deletions

View File

@ -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;