chiark / gitweb /
vcfgfatal_maybefile: New suffix argument
[secnet.git] / rsa.c
diff --git a/rsa.c b/rsa.c
index 8fc976b9fdc4c964d600cd88bd0f7e7bc520b320..ef99f91f4967228908885764fca2ef2599ca111c 100644 (file)
--- a/rsa.c
+++ b/rsa.c
@@ -85,7 +85,7 @@ static void verror_cfgfatal(struct load_ctx *l, struct cloc loc,
                            FILE *maybe_f,
                            const char *message, va_list args)
 {
-    vcfgfatal_maybefile(maybe_f,l->loc,l->what,message,args);
+    vcfgfatal_maybefile(maybe_f,l->loc,l->what,message,args,"");
 }
 
 struct rsapriv {