]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Don't use continuation shortcuts until real client is written.
authorMartin Mares <mj@ucw.cz>
Tue, 30 Nov 1999 12:56:52 +0000 (12:56 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 30 Nov 1999 12:56:52 +0000 (12:56 +0000)
nest/cli.c

index 4ef0f836c54eb62d0f4c4957dc40421897f0f33c..ca4cc826b304c85cddd23adc1c8d916f04ff12dd 100644 (file)
@@ -26,9 +26,11 @@ cli_printf(cli *c, int code, char *msg, ...)
   if (cd < 0)
     {
       cd = -cd;
+#if 0                                  /* FIXME: Enable */
       if (cd == c->last_reply)
        size = bsprintf(buf, " ");
       else
+#endif
        size = bsprintf(buf, "%04d-", cd);
     }
   else