Author: jgardou
Date: Wed Jun  6 15:33:21 2012
New Revision: 56699

URL: http://svn.reactos.org/svn/reactos?rev=56699&view=rev
Log:
[FREELDR]
* Handle case when non-existing channel is asked for debug tracing
CID 701362

Modified:
    trunk/reactos/boot/freeldr/freeldr/debug.c

Modified: trunk/reactos/boot/freeldr/freeldr/debug.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.c?rev=56699&r1=56698&r2=56699&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Wed Jun  6 15:33:21 
2012
@@ -303,6 +303,7 @@
 
         return TRUE;
     }
+    else return FALSE;
 
     if(op==L'+')
         DbgChannels[iChannel] |= iLevel;


Reply via email to