[FREELDR]

* Handle case when non-existing channel is asked for debug tracing
CID 701362

svn path=/trunk/; revision=56699
This commit is contained in:
Jérôme Gardou
2012-06-06 15:33:21 +00:00
parent cadabab172
commit 4112756c8e
+1
View File
@@ -303,6 +303,7 @@ DbgAddDebugChannel( CHAR* channel, CHAR* level, CHAR op)
return TRUE;
}
else return FALSE;
if(op==L'+')
DbgChannels[iChannel] |= iLevel;