]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - nest/cli.c
Refactoring of net_route
[thirdparty/bird.git] / nest / cli.c
index 24962f10794b73e9f5f39659f5c2297740bcbf9c..b54a0d76dc26dcaf5cf07bff0b150058a1237061 100644 (file)
@@ -143,6 +143,7 @@ cli_printf(cli *c, int code, char *msg, ...)
     {
       size = bsprintf(buf, "%04d ", cd);
       errcode = 8000;
+      cd = 0;  /* Final message - no more continuation lines */
     }
 
   c->last_reply = cd;