chiark / gitweb /
Fix some format and other varargs errors.
[tripe] / server / keymgmt.c
index d80b81e89804f0162641dd9a073533414aea0a95..6835968db0bffd0a59cdc33ea048250877b2496b 100644 (file)
@@ -368,7 +368,7 @@ static int kh_loadpub(const kgops *ko, key_data *d, kdata *kd,
   if ((rc = ko->loadpub(d, kd, t, e)) != 0)
     goto fail_0;
   if (group_check(kd->g, kd->kpub)) {
-    a_format(e, "bad-public-group-element");
+    a_format(e, "bad-public-group-element", A_END);
     goto fail_1;
   }
   kd->kpriv = 0;