]> mj.ucw.cz Git - minsk.git/commitdiff
Minsk: Removed the secret tracing switch
authorMartin Mares <mj@ucw.cz>
Mon, 27 Dec 2010 16:02:28 +0000 (17:02 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Dec 2010 16:13:48 +0000 (17:13 +0100)
minsk.c

diff --git a/minsk.c b/minsk.c
index 6e9845776d70cbba96aca232b067f88d9db76ee8..4218a9f4214bb93888da4bedce7ac233c8bed16f 100644 (file)
--- a/minsk.c
+++ b/minsk.c
@@ -194,15 +194,7 @@ static void parse_in(void)
 
       char *c = line;
       if (!c[0] || c[0] == ';')
-       {
-         if (!strncmp(c, ";daji_zor_i_litva=", 18))
-           {
-             trace = atoi(c+18);
-             if (error_hook)
-               error_hook("Secret tracing switch flipped");
-           }
-         continue;
-       }
+       continue;
 
       if (c[0] == '.')
        return;