]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Dcm, Dynamic DIDs should be excluded in lookupDid.
authorjohn <devnull@localhost>
Fri, 14 Sep 2012 12:05:46 +0000 (14:05 +0200)
committerjohn <devnull@localhost>
Fri, 14 Sep 2012 12:05:46 +0000 (14:05 +0200)
diagnostic/Dcm/Dcm_Dsp.c

index 7130251dd92256b45d5fcd25ff9e5d33d2ea0e05..f36bb888dae1430077f5a696c4cbe195ba4f4575 100644 (file)
@@ -945,7 +945,7 @@ static boolean lookupDid(uint16 didNr, const Dcm_DspDidType **didPtr)
                dspDid++;\r
        }\r
 \r
-       if (!dspDid->Arc_EOL) {\r
+       if (!dspDid->Arc_EOL && (!dspDid->DspDidInfoRef->DspDidDynamicllyDefined)) {\r
                didFound = TRUE;\r
                *didPtr = dspDid;\r
        }\r