Make sure we return a value when querying nguide.
This commit is contained in:
@ -277,8 +277,8 @@ proc nguide { {num "REPORTNUM"} {sel_ap_name "NONE"} {aprest_name "NONE"}} {
|
|||||||
} else {
|
} else {
|
||||||
clientput "nguide finished with errors"
|
clientput "nguide finished with errors"
|
||||||
}
|
}
|
||||||
return "[lindex [info level 0] 0] = $ng $ap_posname_list"
|
|
||||||
}
|
}
|
||||||
|
return "[lindex [info level 0] 0] = $ng $ap_posname_list"
|
||||||
} message ]
|
} message ]
|
||||||
handle_exception $catch_status $message
|
handle_exception $catch_status $message
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user