chiark / gitweb /
server/keyexch.c: Check that all of the algorithms match when setting up.
[tripe] / server / admin.c
index 3257c7da2807e43d7192c3a241bcfd986fd866aa..06922dbb18f0509d4525814a4e3b67e1ef3bba09 100644 (file)
@@ -311,6 +311,7 @@ void a_vformat(dstr *d, const char *fmt, va_list *ap)
     }
     fmt = va_arg(*ap, const char *);
   }
+  dstr_putz(d);
 
   dstr_destroy(&dd);
 }