Skip to content
Snippets Groups Projects
Commit e7fda4b7 authored by Erik von Reis's avatar Erik von Reis
Browse files

awgtpman: fixed node number returned by tpIsValid

parent dc1bea6e
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!351make some changes to awg interface files needed for use in CDS-CRTOOLS
......@@ -52,7 +52,7 @@ static char *versionId = "Version $Id$" ;
(TP_ID_TO_INTERFACE (chn->chNum) >= 0)) {
/* copy return arguments */
if (node != NULL) {
*node = chn->rmId;
*node = chn->chGroup;
}
if (tp != NULL) {
*tp = chn->chNum;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment